Skip to main content

◆ exportRecordsToTable() [1/4]

ExportRecordsToTableResponse gpudb::GPUdb::exportRecordsToTable (const ExportRecordsToTableRequest &request_) const

Exports records from source table to the specified target table in an external database.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ exportRecordsToTable() [2/4]

ExportRecordsToTableResponse & gpudb::GPUdb::exportRecordsToTable (const ExportRecordsToTableRequest &request_,
ExportRecordsToTableResponse &response_ ) const

Exports records from source table to the specified target table in an external database.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ exportRecordsToTable() [3/4]

ExportRecordsToTableResponse gpudb::GPUdb::exportRecordsToTable (const std::string &tableName,
const std::string &remoteQuery,
const std::map< std::string, std::string > &options ) const

Exports records from source table to the specified target table in an external database.

Parameters
[in]tableNameName of the table from which the data will be exported to remote database, in [schema_name.]table_name format, using standard name resolution rules.
[in]remoteQueryParameterized insert query to export gpudb table data into remote database. The default value is ”.
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ exportRecordsToTable() [4/4]

ExportRecordsToTableResponse & gpudb::GPUdb::exportRecordsToTable (const std::string &tableName,
const std::string &remoteQuery,
const std::map< std::string, std::string > &options,
ExportRecordsToTableResponse &response_ ) const

Exports records from source table to the specified target table in an external database.

Parameters
[in]tableNameName of the table from which the data will be exported to remote database, in [schema_name.]table_name format, using standard name resolution rules.
[in]remoteQueryParameterized insert query to export gpudb table data into remote database. The default value is ”.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).