Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ExportRecordsToTableResponse |
GPUdb.exportRecordsToTable(ExportRecordsToTableRequest request)
Exports records from source table to the specified target table in an
external database
|
Modifier and Type | Method and Description |
---|---|
ExportRecordsToTableRequest |
ExportRecordsToTableRequest.setOptions(Map<String,String> options)
Optional parameters.
|
ExportRecordsToTableRequest |
ExportRecordsToTableRequest.setRemoteQuery(String remoteQuery)
Parameterized insert query to export gpudb table data into remote
database.
|
ExportRecordsToTableRequest |
ExportRecordsToTableRequest.setTableName(String tableName)
Name of the table from which the data will be exported to remote
database, in [schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |