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

A set of input parameters for const. More...

#include <gpudb/protocol/show_proc.h>

Public Member Functions

 ShowProcRequest ()
 Constructs a ShowProcRequest object with default parameter values. More...
 
 ShowProcRequest (const std::string &procName_, const std::map< std::string, std::string > &options_)
 Constructs a ShowProcRequest object with the specified parameters. More...
 

Public Attributes

std::string procName
 
std::map< std::string,
std::string > 
options
 

Detailed Description

A set of input parameters for const.

Shows information about a proc.

Definition at line 18 of file show_proc.h.

Constructor & Destructor Documentation

gpudb::ShowProcRequest::ShowProcRequest ( )
inline

Constructs a ShowProcRequest object with default parameter values.

Definition at line 24 of file show_proc.h.

gpudb::ShowProcRequest::ShowProcRequest ( const std::string &  procName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a ShowProcRequest object with the specified parameters.

Parameters
[in]procName_Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned.
[in]options_Optional parameters.

Definition at line 51 of file show_proc.h.

Member Data Documentation

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

Definition at line 58 of file show_proc.h.

std::string gpudb::ShowProcRequest::procName

Definition at line 57 of file show_proc.h.


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