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) |
ExportRecordsToTableResponse |
ExportRecordsToTableResponse.setCountSkipped(long countSkipped) |
ExportRecordsToTableResponse |
ExportRecordsToTableResponse.setCountUpdated(long countUpdated) |
ExportRecordsToTableResponse |
ExportRecordsToTableResponse.setInfo(Map<String,String> info) |
ExportRecordsToTableResponse |
ExportRecordsToTableResponse.setTableName(String tableName) |
Copyright © 2024. All rights reserved.