Uses of Class
com.gpudb.protocol.ExportRecordsToFilesRequest
-
Packages that use ExportRecordsToFilesRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ExportRecordsToFilesRequest in com.gpudb
Methods in com.gpudb with parameters of type ExportRecordsToFilesRequest Modifier and Type Method Description ExportRecordsToFilesResponseGPUdb. exportRecordsToFiles(ExportRecordsToFilesRequest request)Export records from a table to files. -
Uses of ExportRecordsToFilesRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ExportRecordsToFilesRequest Modifier and Type Method Description ExportRecordsToFilesRequestExportRecordsToFilesRequest. setFilepath(String filepath)Path to data export target.ExportRecordsToFilesRequestExportRecordsToFilesRequest. setOptions(Map<String,String> options)Optional parameters.ExportRecordsToFilesRequestExportRecordsToFilesRequest. setTableName(String tableName)
-