GPUdb C++ API  Version 5.2.0.0
gpudb::ExecuteProcResponse Struct Reference

A set of output parameters for executeProc(const ExecuteProcRequest&) const. More...

#include <gpudb/protocol/execute_proc.h>

Public Member Functions

 ExecuteProcResponse ()
 Constructs an ExecuteProcResponse object with default parameter values. More...
 

Public Attributes

std::map< std::string, std::string > results
 
std::map< std::string, std::vector< uint8_t > > binResults
 

Detailed Description

A set of output parameters for executeProc(const ExecuteProcRequest&) const.

Executes a proc in the GPUdb Node.js proc server.

Definition at line 126 of file execute_proc.h.

Constructor & Destructor Documentation

gpudb::ExecuteProcResponse::ExecuteProcResponse ( )
inline

Constructs an ExecuteProcResponse object with default parameter values.

Definition at line 133 of file execute_proc.h.

Member Data Documentation

std::map<std::string, std::vector<uint8_t> > gpudb::ExecuteProcResponse::binResults

Definition at line 140 of file execute_proc.h.

std::map<std::string, std::string> gpudb::ExecuteProcResponse::results

Definition at line 139 of file execute_proc.h.


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