GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/export_records_to_table.h>
Public Member Functions | |
ExportRecordsToTableRequest () | |
Constructs an ExportRecordsToTableRequest object with default parameter values. More... | |
ExportRecordsToTableRequest (const std::string &tableName_, const std::string &remoteQuery_, const std::map< std::string, std::string > &options_) | |
Constructs an ExportRecordsToTableRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | tableName |
std::string | remoteQuery |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Exports records from source table to the specified target table in an external database
Definition at line 19 of file export_records_to_table.h.
|
inline |
Constructs an ExportRecordsToTableRequest object with default parameter values.
Definition at line 26 of file export_records_to_table.h.
|
inline |
Constructs an ExportRecordsToTableRequest object with the specified 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 |
[in] | options_ | Optional parameters.
|
Definition at line 101 of file export_records_to_table.h.
std::map<std::string, std::string> gpudb::ExportRecordsToTableRequest::options |
Definition at line 110 of file export_records_to_table.h.
std::string gpudb::ExportRecordsToTableRequest::remoteQuery |
Definition at line 109 of file export_records_to_table.h.
std::string gpudb::ExportRecordsToTableRequest::tableName |
Definition at line 108 of file export_records_to_table.h.