GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/has_proc.h>
Public Member Functions | |
HasProcRequest () | |
Constructs a HasProcRequest object with default parameter values. More... | |
HasProcRequest (const std::string &procName_, const std::map< std::string, std::string > &options_) | |
Constructs a HasProcRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | procName |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Checks the existence of a proc with the given name.
Definition at line 18 of file has_proc.h.
|
inline |
Constructs a HasProcRequest object with default parameter values.
Definition at line 24 of file has_proc.h.
|
inline |
Constructs a HasProcRequest object with the specified parameters.
[in] | procName_ | Name of the proc to check for existence. |
[in] | options_ | Optional parameters. |
Definition at line 37 of file has_proc.h.
std::map<std::string, std::string> gpudb::HasProcRequest::options |
Definition at line 44 of file has_proc.h.
std::string gpudb::HasProcRequest::procName |
Definition at line 43 of file has_proc.h.