GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::exportRecordsToTable. More...
#include <gpudb/protocol/export_records_to_table.h>
Public Member Functions | |
ExportRecordsToTableResponse () | |
Constructs an ExportRecordsToTableResponse object with default parameters. More... | |
Public Attributes | |
std::string | tableName |
Value of tableName. More... | |
int64_t | countInserted |
Number of records inserted into the target table. More... | |
int64_t | countSkipped |
Number of records skipped. More... | |
int64_t | countUpdated |
[Not yet implemented] Number of records updated within the target table. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::exportRecordsToTable.
Definition at line 253 of file export_records_to_table.h.
|
inline |
Constructs an ExportRecordsToTableResponse object with default parameters.
Definition at line 259 of file export_records_to_table.h.
int64_t gpudb::ExportRecordsToTableResponse::countInserted |
Number of records inserted into the target table.
Definition at line 277 of file export_records_to_table.h.
int64_t gpudb::ExportRecordsToTableResponse::countSkipped |
Number of records skipped.
Definition at line 282 of file export_records_to_table.h.
int64_t gpudb::ExportRecordsToTableResponse::countUpdated |
[Not yet implemented] Number of records updated within the target table.
Definition at line 288 of file export_records_to_table.h.
std::map<std::string, std::string> gpudb::ExportRecordsToTableResponse::info |
Additional information.
Definition at line 293 of file export_records_to_table.h.
std::string gpudb::ExportRecordsToTableResponse::tableName |
Value of tableName.
Definition at line 272 of file export_records_to_table.h.