GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/execute_sql.h>
Public Member Functions | |
RawExecuteSqlResponse () | |
Constructs a RawExecuteSqlResponse object with default parameter values. More... | |
Public Attributes | |
int64_t | countAffected |
std::string | responseSchemaStr |
std::vector< uint8_t > | binaryEncodedResponse |
std::string | jsonEncodedResponse |
int64_t | totalNumberOfRecords |
bool | hasMoreRecords |
std::string | pagingTable |
std::map< std::string, std::string > | info |
|
inline |
Constructs a RawExecuteSqlResponse object with default parameter values.
Definition at line 530 of file execute_sql.h.
std::vector<uint8_t> gpudb::RawExecuteSqlResponse::binaryEncodedResponse |
Definition at line 544 of file execute_sql.h.
int64_t gpudb::RawExecuteSqlResponse::countAffected |
Definition at line 542 of file execute_sql.h.
bool gpudb::RawExecuteSqlResponse::hasMoreRecords |
Definition at line 547 of file execute_sql.h.
std::map<std::string, std::string> gpudb::RawExecuteSqlResponse::info |
Definition at line 549 of file execute_sql.h.
std::string gpudb::RawExecuteSqlResponse::jsonEncodedResponse |
Definition at line 545 of file execute_sql.h.
std::string gpudb::RawExecuteSqlResponse::pagingTable |
Definition at line 548 of file execute_sql.h.
std::string gpudb::RawExecuteSqlResponse::responseSchemaStr |
Definition at line 543 of file execute_sql.h.
int64_t gpudb::RawExecuteSqlResponse::totalNumberOfRecords |
Definition at line 546 of file execute_sql.h.