|
GPUdb C++ API
Version 6.0.1.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_proc.h>
Public Member Functions | |
| ShowProcRequest () | |
| Constructs a ShowProcRequest object with default parameter values. More... | |
| ShowProcRequest (const std::string &procName_, const std::map< std::string, std::string > &options_) | |
| Constructs a ShowProcRequest 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.
Shows information about a proc.
Definition at line 18 of file show_proc.h.
|
inline |
Constructs a ShowProcRequest object with default parameter values.
Definition at line 24 of file show_proc.h.
|
inline |
Constructs a ShowProcRequest object with the specified parameters.
| [in] | procName_ | Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned. |
| [in] | options_ | Optional parameters.
|
Definition at line 50 of file show_proc.h.
| std::map<std::string, std::string> gpudb::ShowProcRequest::options |
Definition at line 57 of file show_proc.h.
| std::string gpudb::ShowProcRequest::procName |
Definition at line 56 of file show_proc.h.