GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::insertRecords. More...
#include <gpudb/protocol/insert_records.h>
Public Member Functions | |
InsertRecordsResponse () | |
Constructs an InsertRecordsResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | recordIds |
An array containing the IDs with which the added records are identified internally. More... | |
int32_t | countInserted |
The number of records inserted. More... | |
int32_t | countUpdated |
The number of records updated. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::insertRecords.
Definition at line 1179 of file insert_records.h.
|
inline |
Constructs an InsertRecordsResponse object with default parameters.
Definition at line 1184 of file insert_records.h.
int32_t gpudb::InsertRecordsResponse::countInserted |
The number of records inserted.
Definition at line 1201 of file insert_records.h.
int32_t gpudb::InsertRecordsResponse::countUpdated |
The number of records updated.
Definition at line 1206 of file insert_records.h.
std::map<std::string, std::string> gpudb::InsertRecordsResponse::info |
Additional information.
Definition at line 1219 of file insert_records.h.
std::vector<std::string> gpudb::InsertRecordsResponse::recordIds |
An array containing the IDs with which the added records are identified internally.
Definition at line 1196 of file insert_records.h.