GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_sql_proc.h>
Public Member Functions | |
ShowSqlProcRequest () | |
Constructs a ShowSqlProcRequest object with default parameter values. More... | |
ShowSqlProcRequest (const std::string &procedureName_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowSqlProcRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | procedureName |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Shows information about SQL procedures, including the full definition of each requested procedure.
Definition at line 19 of file show_sql_proc.h.
|
inline |
Constructs a ShowSqlProcRequest object with default parameter values.
Definition at line 26 of file show_sql_proc.h.
|
inline |
Constructs a ShowSqlProcRequest object with the specified parameters.
[in] | procedureName_ | Name of the procedure for which to retrieve the information. If blank, then information about all procedures is returned. |
[in] | options_ | Optional parameters.
|
Definition at line 57 of file show_sql_proc.h.
std::map<std::string, std::string> gpudb::ShowSqlProcRequest::options |
Definition at line 64 of file show_sql_proc.h.
std::string gpudb::ShowSqlProcRequest::procedureName |
Definition at line 63 of file show_sql_proc.h.