GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/has_type.h>
Public Member Functions | |
HasTypeRequest () | |
Constructs a HasTypeRequest object with default parameter values. More... | |
HasTypeRequest (const std::string &typeId_, const std::map< std::string, std::string > &options_) | |
Constructs a HasTypeRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | typeId |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Check for the existence of a type.
Definition at line 18 of file has_type.h.
|
inline |
Constructs a HasTypeRequest object with default parameter values.
Definition at line 24 of file has_type.h.
|
inline |
Constructs a HasTypeRequest object with the specified parameters.
[in] | typeId_ | Id of the type returned in response to /create/type request. |
[in] | options_ | Optional parameters. |
Definition at line 38 of file has_type.h.
std::map<std::string, std::string> gpudb::HasTypeRequest::options |
Definition at line 45 of file has_type.h.
std::string gpudb::HasTypeRequest::typeId |
Definition at line 44 of file has_type.h.