GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::createProc. More...
#include <gpudb/protocol/create_proc.h>
Public Member Functions | |
CreateProcResponse () | |
Constructs a CreateProcResponse object with default parameters. More... | |
Public Attributes | |
std::string | procName |
Value of procName. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::createProc.
Definition at line 281 of file create_proc.h.
|
inline |
Constructs a CreateProcResponse object with default parameters.
Definition at line 286 of file create_proc.h.
std::map<std::string, std::string> gpudb::CreateProcResponse::info |
Additional information.
Definition at line 300 of file create_proc.h.
std::string gpudb::CreateProcResponse::procName |
Value of procName.
Definition at line 295 of file create_proc.h.