GPUdb C++ API  Version 7.2.2.4
gpudb::ShowSqlProcRequest Struct Reference

A set of parameters for GPUdb::showSqlProc. More...

#include <gpudb/protocol/show_sql_proc.h>

Public Member Functions

 ShowSqlProcRequest ()
 Constructs a ShowSqlProcRequest object with default parameters. 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
 Name of the procedure for which to retrieve the information. More...
 
std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::showSqlProc.

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

◆ ShowSqlProcRequest() [1/2]

gpudb::ShowSqlProcRequest::ShowSqlProcRequest ( )
inline

Constructs a ShowSqlProcRequest object with default parameters.

Definition at line 24 of file show_sql_proc.h.

◆ ShowSqlProcRequest() [2/2]

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. The default value is ''.
[in]options_Optional parameters. The default value is an empty map.

Definition at line 62 of file show_sql_proc.h.

Member Data Documentation

◆ options

std::map<std::string, std::string> gpudb::ShowSqlProcRequest::options

Optional parameters.

The default value is an empty map.

Definition at line 95 of file show_sql_proc.h.

◆ procedureName

std::string gpudb::ShowSqlProcRequest::procedureName

Name of the procedure for which to retrieve the information.

If blank, then information about all procedures is returned. The default value is ''.

Definition at line 73 of file show_sql_proc.h.


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