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
|
ExportRecordsToTableResponse |
GPUdb.exportRecordsToTable(String tableName,
String remoteQuery,
Map<String,String> options)
Exports records from source table to the specified target table in an
external database
|
Modifier and Type | Method and Description |
---|---|
ExportRecordsToTableResponse |
ExportRecordsToTableResponse.setCountInserted(long countInserted)
Number of records inserted into the target table.
|
ExportRecordsToTableResponse |
ExportRecordsToTableResponse.setCountSkipped(long countSkipped)
Number of records skipped.
|
ExportRecordsToTableResponse |
ExportRecordsToTableResponse.setCountUpdated(long countUpdated)
[Not yet implemented] Number of records updated within the target
table.
|
ExportRecordsToTableResponse |
ExportRecordsToTableResponse.setInfo(Map<String,String> info)
Additional information.
|
ExportRecordsToTableResponse |
ExportRecordsToTableResponse.setTableName(String tableName)
Value of
tableName . |
Copyright © 2025. All rights reserved.