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

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

#include <gpudb/protocol/has_proc.h>

Public Member Functions

 HasProcRequest ()
 Constructs a HasProcRequest object with default parameters. 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
 Name of the proc to check for existence. More...
 
std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::hasProc.

Checks the existence of a proc with the given name.

Definition at line 17 of file has_proc.h.

Constructor & Destructor Documentation

◆ HasProcRequest() [1/2]

gpudb::HasProcRequest::HasProcRequest ( )
inline

Constructs a HasProcRequest object with default parameters.

Definition at line 22 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. The default value is an empty map.

Definition at line 35 of file has_proc.h.

Member Data Documentation

◆ options

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

Optional parameters.

The default value is an empty map.

Definition at line 49 of file has_proc.h.

◆ procName

std::string gpudb::HasProcRequest::procName

Name of the proc to check for existence.

Definition at line 44 of file has_proc.h.


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