|
GPUdb C++ API
Version 5.2.0.0
|
A set of input parameters for hasType(const HasTypeRequest&) 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 hasType(const HasTypeRequest&) const.
Check the existence of a type in GPUdb.
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 by GPUdb in response to /create/type request. |
| [in] | options | Optional parameters. Default value is an empty std::map. |
Definition at line 39 of file has_type.h.
| std::map<std::string, std::string> gpudb::HasTypeRequest::options |
Definition at line 46 of file has_type.h.
| std::string gpudb::HasTypeRequest::typeId |
Definition at line 45 of file has_type.h.