GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ShowSqlProcResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::ShowSqlProcResponse::ShowSqlProcResponse ( )
inline

Constructs a ShowSqlProcResponse object with default parameter values.

Definition at line 127 of file show_sql_proc.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: