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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::ShowSqlProcRequest::ShowSqlProcRequest ( )
inline

Constructs a ShowSqlProcRequest object with default parameter values.

Definition at line 26 of file show_sql_proc.h.

gpudb::ShowSqlProcRequest::ShowSqlProcRequest ( const std::string &  procedureName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a ShowSqlProcRequest object with the specified parameters.

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.

Member Data Documentation

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.


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