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 | |
ExecuteSqlResponse () | |
Constructs an ExecuteSqlResponse object with default parameter values. More... | |
Public Attributes | |
int64_t | countAffected |
std::string | responseSchemaStr |
std::vector< gpudb::GenericRecord > | data |
int64_t | totalNumberOfRecords |
bool | hasMoreRecords |
std::string | pagingTable |
std::map< std::string, std::string > | info |
gpudb_type_ptr_t | dataTypePtr |
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 767 of file execute_sql.h.
|
inline |
Constructs an ExecuteSqlResponse object with default parameter values.
Definition at line 774 of file execute_sql.h.
int64_t gpudb::ExecuteSqlResponse::countAffected |
Definition at line 786 of file execute_sql.h.
std::vector<gpudb::GenericRecord> gpudb::ExecuteSqlResponse::data |
Definition at line 788 of file execute_sql.h.
gpudb_type_ptr_t gpudb::ExecuteSqlResponse::dataTypePtr |
Definition at line 793 of file execute_sql.h.
bool gpudb::ExecuteSqlResponse::hasMoreRecords |
Definition at line 790 of file execute_sql.h.
std::map<std::string, std::string> gpudb::ExecuteSqlResponse::info |
Definition at line 792 of file execute_sql.h.
std::string gpudb::ExecuteSqlResponse::pagingTable |
Definition at line 791 of file execute_sql.h.
std::string gpudb::ExecuteSqlResponse::responseSchemaStr |
Definition at line 787 of file execute_sql.h.
int64_t gpudb::ExecuteSqlResponse::totalNumberOfRecords |
Definition at line 789 of file execute_sql.h.