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

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::GenericRecorddata
 
int64_t totalNumberOfRecords
 
bool hasMoreRecords
 
std::string pagingTable
 
std::map< std::string,
std::string > 
info
 
gpudb_type_ptr_t dataTypePtr
 

Detailed Description

A set of output parameters for const.

SQL Request

Definition at line 640 of file execute_sql.h.

Constructor & Destructor Documentation

gpudb::ExecuteSqlResponse::ExecuteSqlResponse ( )
inline

Constructs an ExecuteSqlResponse object with default parameter values.

Definition at line 647 of file execute_sql.h.

Member Data Documentation

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.


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