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. | |
Public Attributes | |
| std::vector< std::string > | procedureNames |
| A list of the names of the requested procedures. | |
| std::vector< std::string > | procedureDefinitions |
| A list of the definitions for the requested procedures. | |
| std::vector< std::map< std::string, std::string > > | additionalInfo |
| Additional information about the respective tables in the requested procedures. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::showSqlProc.
Definition at line 148 of file show_sql_proc.h.
Constructor & Destructor Documentation
◆ ShowSqlProcResponse()
| inline |
Constructs a ShowSqlProcResponse object with default parameters.
Definition at line 153 of file show_sql_proc.h.
Member Data Documentation
◆ additionalInfo
| std::vector<std::map<std::string, std::string> > gpudb::ShowSqlProcResponse::additionalInfo |
Additional information about the respective tables in the requested procedures.
- show_sql_proc_execute_as: The periodic execution impersonate user. The default value is ”.
- show_sql_proc_execute_interval: The periodic execution interval in seconds. The default value is ”.
- show_sql_proc_execute_start_time: The initial date/time that periodic execution began. The default value is ”.
- show_sql_proc_execute_stop_time: Time at which the periodic execution stops. The default value is ”.
Definition at line 189 of file show_sql_proc.h.
◆ info
| std::map<std::string, std::string> gpudb::ShowSqlProcResponse::info |
Additional information.
Definition at line 194 of file show_sql_proc.h.
◆ procedureDefinitions
| 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.
◆ procedureNames
| 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.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_sql_proc.h