GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ExportRecordsToTableRequest Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::ExportRecordsToTableRequest::ExportRecordsToTableRequest ( )
inline

Constructs an ExportRecordsToTableRequest object with default parameter values.

Definition at line 26 of file export_records_to_table.h.

gpudb::ExportRecordsToTableRequest::ExportRecordsToTableRequest ( const std::string &  tableName_,
const std::string &  remoteQuery_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an ExportRecordsToTableRequest object with the specified parameters.

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: