GPUdb C++ API  Version 6.2.0.3
gpudb::HasProcRequest Struct Reference

A set of input parameters for hasProc(const HasProcRequest&) 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 hasProc(const HasProcRequest&) const.

Checks the existence of a proc with the given name.

Definition at line 18 of file has_proc.h.

Constructor & Destructor Documentation

◆ HasProcRequest() [1/2]

gpudb::HasProcRequest::HasProcRequest ( )
inline

Constructs a HasProcRequest object with default parameter values.

Definition at line 24 of file has_proc.h.

◆ HasProcRequest() [2/2]

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

◆ options

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

Definition at line 44 of file has_proc.h.

◆ procName

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: