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

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

#include <gpudb/protocol/has_proc.h>

Public Member Functions

 HasProcRequest ()
 Constructs a HasProcRequest object with default parameter values. More...
 
 HasProcRequest (const std::string &procName_, const std::map< std::string, std::string > &options_)
 Constructs a HasProcRequest 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.

Checks the existence of a proc with the given name.

Definition at line 18 of file has_proc.h.

Constructor & Destructor Documentation

gpudb::HasProcRequest::HasProcRequest ( )
inline

Constructs a HasProcRequest object with default parameter values.

Definition at line 24 of file has_proc.h.

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

Constructs a HasProcRequest object with the specified parameters.

Parameters
[in]procName_Name of the proc to check for existence.
[in]options_Optional parameters.

Definition at line 37 of file has_proc.h.

Member Data Documentation

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

Definition at line 44 of file has_proc.h.

std::string gpudb::HasProcRequest::procName

Definition at line 43 of file has_proc.h.


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