GPUdb C++ API
Version 7.1.10.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 |
A set of output parameters for const.
Execute a SQL statement (query, DML, or DDL).
See SQL Support for the complete set of supported SQL commands.
Definition at line 647 of file execute_sql.h.
|
inline |
Constructs a RawExecuteSqlResponse object with default parameter values.
Definition at line 654 of file execute_sql.h.
std::vector<uint8_t> gpudb::RawExecuteSqlResponse::binaryEncodedResponse |
Definition at line 668 of file execute_sql.h.
int64_t gpudb::RawExecuteSqlResponse::countAffected |
Definition at line 666 of file execute_sql.h.
bool gpudb::RawExecuteSqlResponse::hasMoreRecords |
Definition at line 671 of file execute_sql.h.
std::map<std::string, std::string> gpudb::RawExecuteSqlResponse::info |
Definition at line 673 of file execute_sql.h.
std::string gpudb::RawExecuteSqlResponse::jsonEncodedResponse |
Definition at line 669 of file execute_sql.h.
std::string gpudb::RawExecuteSqlResponse::pagingTable |
Definition at line 672 of file execute_sql.h.
std::string gpudb::RawExecuteSqlResponse::responseSchemaStr |
Definition at line 667 of file execute_sql.h.
int64_t gpudb::RawExecuteSqlResponse::totalNumberOfRecords |
Definition at line 670 of file execute_sql.h.