Uses of Class
com.gpudb.protocol.ExportRecordsToTableRequest
-
Packages that use ExportRecordsToTableRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ExportRecordsToTableRequest in com.gpudb
Methods in com.gpudb with parameters of type ExportRecordsToTableRequest Modifier and Type Method Description ExportRecordsToTableResponseGPUdb. exportRecordsToTable(ExportRecordsToTableRequest request)Exports records from source table to the specified target table in an external database -
Uses of ExportRecordsToTableRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ExportRecordsToTableRequest Modifier and Type Method Description ExportRecordsToTableRequestExportRecordsToTableRequest. setOptions(Map<String,String> options)Optional parameters.ExportRecordsToTableRequestExportRecordsToTableRequest. setRemoteQuery(String remoteQuery)Parameterized insert query to export gpudb table data into remote database.ExportRecordsToTableRequestExportRecordsToTableRequest. 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 name resolution rules.
-