GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/has_proc.h>
Public Member Functions | |
HasProcResponse () | |
Constructs a HasProcResponse object with default parameter values. More... | |
Public Attributes | |
std::string | procName |
bool | procExists |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Checks the existence of a proc with the given name.
Definition at line 99 of file has_proc.h.
|
inline |
Constructs a HasProcResponse object with default parameter values.
Definition at line 105 of file has_proc.h.
std::map<std::string, std::string> gpudb::HasProcResponse::info |
Definition at line 114 of file has_proc.h.
bool gpudb::HasProcResponse::procExists |
Definition at line 113 of file has_proc.h.
std::string gpudb::HasProcResponse::procName |
Definition at line 112 of file has_proc.h.