GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/insert_records_from_query.h>
Public Member Functions | |
InsertRecordsFromQueryResponse () | |
Constructs an InsertRecordsFromQueryResponse object with default parameter values. More... | |
Public Attributes | |
std::string | tableName |
std::string | typeId |
std::string | typeDefinition |
std::string | typeLabel |
std::map< std::string, std::vector< std::string > > | typeProperties |
int64_t | countInserted |
int64_t | countSkipped |
int64_t | countUpdated |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Computes remote query result and inserts the result data into a new or existing table
Definition at line 569 of file insert_records_from_query.h.
|
inline |
Constructs an InsertRecordsFromQueryResponse object with default parameter values.
Definition at line 576 of file insert_records_from_query.h.
int64_t gpudb::InsertRecordsFromQueryResponse::countInserted |
Definition at line 594 of file insert_records_from_query.h.
int64_t gpudb::InsertRecordsFromQueryResponse::countSkipped |
Definition at line 595 of file insert_records_from_query.h.
int64_t gpudb::InsertRecordsFromQueryResponse::countUpdated |
Definition at line 596 of file insert_records_from_query.h.
std::map<std::string, std::string> gpudb::InsertRecordsFromQueryResponse::info |
Definition at line 597 of file insert_records_from_query.h.
std::string gpudb::InsertRecordsFromQueryResponse::tableName |
Definition at line 589 of file insert_records_from_query.h.
std::string gpudb::InsertRecordsFromQueryResponse::typeDefinition |
Definition at line 591 of file insert_records_from_query.h.
std::string gpudb::InsertRecordsFromQueryResponse::typeId |
Definition at line 590 of file insert_records_from_query.h.
std::string gpudb::InsertRecordsFromQueryResponse::typeLabel |
Definition at line 592 of file insert_records_from_query.h.
std::map<std::string, std::vector<std::string> > gpudb::InsertRecordsFromQueryResponse::typeProperties |
Definition at line 593 of file insert_records_from_query.h.