GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::RawExecuteSqlResponse Struct Reference

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
 

Detailed Description

A set of output parameters for const.

SQL Request

Definition at line 523 of file execute_sql.h.

Constructor & Destructor Documentation

gpudb::RawExecuteSqlResponse::RawExecuteSqlResponse ( )
inline

Constructs a RawExecuteSqlResponse object with default parameter values.

Definition at line 530 of file execute_sql.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: