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. | |
| HasProcRequest (const std::string &procName_, const std::map< std::string, std::string > &options_) | |
| Constructs a HasProcRequest object with the specified parameters. | |
Public Attributes | |
| std::string | procName |
| Name of the proc to check for existence. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
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]
| inline |
Constructs a HasProcRequest object with default parameters.
Definition at line 22 of file has_proc.h.
◆ HasProcRequest() [2/2]
| 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 |
◆ 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:
- gpudb/protocol/has_proc.h