GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/append_records.h>
Public Member Functions | |
AppendRecordsResponse () | |
Constructs an AppendRecordsResponse object with default parameter values. More... | |
Public Attributes | |
std::string | tableName |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Append (or insert) all records from a source table (specified by sourceTableName) to a particular target table (specified by tableName). The field map (specified by fieldMap) holds the user specified map of target table column names with their mapped source column names.
Definition at line 200 of file append_records.h.
|
inline |
Constructs an AppendRecordsResponse object with default parameter values.
Definition at line 207 of file append_records.h.
std::map<std::string, std::string> gpudb::AppendRecordsResponse::info |
Definition at line 214 of file append_records.h.
std::string gpudb::AppendRecordsResponse::tableName |
Definition at line 213 of file append_records.h.