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

A set of output parameters forendpoint /gpudbresponse}. More...

#include <gpudb/protocol/gpudb_wrapper.h>

Public Member Functions

 RawGpudbResponse ()
 Constructs a RawGpudbResponse object with default parameter values. More...
 

Public Attributes

std::string status
 
std::string message
 
std::string dataType
 
std::vector< uint8_t > data
 
std::string dataStr
 

Detailed Description

A set of output parameters forendpoint /gpudbresponse}.

The wrapper used by the GPUdb server for all endpoint response.

Definition at line 17 of file gpudb_wrapper.h.

Constructor & Destructor Documentation

gpudb::RawGpudbResponse::RawGpudbResponse ( )
inline

Constructs a RawGpudbResponse object with default parameter values.

Definition at line 23 of file gpudb_wrapper.h.

Member Data Documentation

std::vector<uint8_t> gpudb::RawGpudbResponse::data

Definition at line 35 of file gpudb_wrapper.h.

std::string gpudb::RawGpudbResponse::dataStr

Definition at line 36 of file gpudb_wrapper.h.

std::string gpudb::RawGpudbResponse::dataType

Definition at line 34 of file gpudb_wrapper.h.

std::string gpudb::RawGpudbResponse::message

Definition at line 33 of file gpudb_wrapper.h.

std::string gpudb::RawGpudbResponse::status

Definition at line 32 of file gpudb_wrapper.h.


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