GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_sql_proc.h>
Public Member Functions | |
ShowSqlProcResponse () | |
Constructs a ShowSqlProcResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | procedureNames |
std::vector< std::string > | procedureDefinitions |
std::vector< std::map < std::string, std::string > > | additionalInfo |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Shows information about SQL procedures, including the full definition of each requested procedure.
Definition at line 120 of file show_sql_proc.h.
|
inline |
Constructs a ShowSqlProcResponse object with default parameter values.
Definition at line 127 of file show_sql_proc.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowSqlProcResponse::additionalInfo |
Definition at line 137 of file show_sql_proc.h.
std::map<std::string, std::string> gpudb::ShowSqlProcResponse::info |
Definition at line 138 of file show_sql_proc.h.
std::vector<std::string> gpudb::ShowSqlProcResponse::procedureDefinitions |
Definition at line 136 of file show_sql_proc.h.
std::vector<std::string> gpudb::ShowSqlProcResponse::procedureNames |
Definition at line 135 of file show_sql_proc.h.