Uses of Class
com.gpudb.protocol.ExportRecordsToTableResponse
-
Packages that use ExportRecordsToTableResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ExportRecordsToTableResponse in com.gpudb
Methods in com.gpudb that return ExportRecordsToTableResponse Modifier and Type Method Description ExportRecordsToTableResponseGPUdb. exportRecordsToTable(ExportRecordsToTableRequest request)Exports records from source table to the specified target table in an external databaseExportRecordsToTableResponseGPUdb. exportRecordsToTable(String tableName, String remoteQuery, Map<String,String> options)Exports records from source table to the specified target table in an external database -
Uses of ExportRecordsToTableResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ExportRecordsToTableResponse Modifier and Type Method Description ExportRecordsToTableResponseExportRecordsToTableResponse. setCountInserted(long countInserted)Number of records inserted into the target table.ExportRecordsToTableResponseExportRecordsToTableResponse. setCountSkipped(long countSkipped)Number of records skipped.ExportRecordsToTableResponseExportRecordsToTableResponse. setCountUpdated(long countUpdated)[Not yet implemented] Number of records updated within the target table.ExportRecordsToTableResponseExportRecordsToTableResponse. setInfo(Map<String,String> info)Additional information.ExportRecordsToTableResponseExportRecordsToTableResponse. setTableName(String tableName)Value oftableName.
-