GPUdb C++ API
Version 5.2.0.0
|
A set of output parameters for hasType(const HasTypeRequest&) const. More...
#include <gpudb/protocol/has_type.h>
Public Member Functions | |
HasTypeResponse () | |
Constructs a HasTypeResponse object with default parameter values. More... | |
Public Attributes | |
std::string | typeId |
bool | typeExists |
A set of output parameters for hasType(const HasTypeRequest&) const.
Check the existence of a type in GPUdb.
Definition at line 101 of file has_type.h.
|
inline |
Constructs a HasTypeResponse object with default parameter values.
Definition at line 107 of file has_type.h.
bool gpudb::HasTypeResponse::typeExists |
Definition at line 114 of file has_type.h.
std::string gpudb::HasTypeResponse::typeId |
Definition at line 113 of file has_type.h.