GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::hasProc. More...
#include <gpudb/protocol/has_proc.h>
Public Member Functions | |
HasProcResponse () | |
Constructs a HasProcResponse object with default parameters. More... | |
Public Attributes | |
std::string | procName |
Value of procName. More... | |
bool | procExists |
Indicates whether the proc exists or not. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::hasProc.
Definition at line 101 of file has_proc.h.
|
inline |
Constructs a HasProcResponse object with default parameters.
Definition at line 106 of file has_proc.h.
std::map<std::string, std::string> gpudb::HasProcResponse::info |
Additional information.
Definition at line 131 of file has_proc.h.
bool gpudb::HasProcResponse::procExists |
Indicates whether the proc exists or not.
Supported values:
Definition at line 126 of file has_proc.h.
std::string gpudb::HasProcResponse::procName |
Value of procName.
Definition at line 116 of file has_proc.h.