GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::showSqlProc. More...
#include <gpudb/protocol/show_sql_proc.h>
Public Member Functions | |
ShowSqlProcResponse () | |
Constructs a ShowSqlProcResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | procedureNames |
A list of the names of the requested procedures. More... | |
std::vector< std::string > | procedureDefinitions |
A list of the definitions for the requested procedures. More... | |
std::vector< std::map< std::string, std::string > > | additionalInfo |
Additional information about the respective tables in the requested procedures. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::showSqlProc.
Definition at line 148 of file show_sql_proc.h.
|
inline |
Constructs a ShowSqlProcResponse object with default parameters.
Definition at line 153 of file show_sql_proc.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowSqlProcResponse::additionalInfo |
Additional information about the respective tables in the requested procedures.
Definition at line 189 of file show_sql_proc.h.
std::map<std::string, std::string> gpudb::ShowSqlProcResponse::info |
Additional information.
Definition at line 194 of file show_sql_proc.h.
std::vector<std::string> gpudb::ShowSqlProcResponse::procedureDefinitions |
A list of the definitions for the requested procedures.
Definition at line 169 of file show_sql_proc.h.
std::vector<std::string> gpudb::ShowSqlProcResponse::procedureNames |
A list of the names of the requested procedures.
Definition at line 164 of file show_sql_proc.h.