◆ exportRecordsToTable() [1/4]
| ExportRecordsToTableResponse gpudb::GPUdb::exportRecordsToTable | ( | const ExportRecordsToTableRequest & | request_ | ) | const |
◆ 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
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] | 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. |
| [in] | remoteQuery | Parameterized insert query to export gpudb table data into remote database. The default value is ”. |
| [in] | options | Optional parameters.
|
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] | 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. |
| [in] | remoteQuery | Parameterized insert query to export gpudb table data into remote database. The default value is ”. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).