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 | |
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 |
|
inline |
Constructs an ExecuteSqlResponse object with default parameter values.
Definition at line 647 of file execute_sql.h.
int64_t gpudb::ExecuteSqlResponse::countAffected |
Definition at line 659 of file execute_sql.h.
std::vector<gpudb::GenericRecord> gpudb::ExecuteSqlResponse::data |
Definition at line 661 of file execute_sql.h.
gpudb_type_ptr_t gpudb::ExecuteSqlResponse::dataTypePtr |
Definition at line 666 of file execute_sql.h.
bool gpudb::ExecuteSqlResponse::hasMoreRecords |
Definition at line 663 of file execute_sql.h.
std::map<std::string, std::string> gpudb::ExecuteSqlResponse::info |
Definition at line 665 of file execute_sql.h.
std::string gpudb::ExecuteSqlResponse::pagingTable |
Definition at line 664 of file execute_sql.h.
std::string gpudb::ExecuteSqlResponse::responseSchemaStr |
Definition at line 660 of file execute_sql.h.
int64_t gpudb::ExecuteSqlResponse::totalNumberOfRecords |
Definition at line 662 of file execute_sql.h.