GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::hasSchema. More...
#include <gpudb/protocol/has_schema.h>
Public Member Functions | |
HasSchemaResponse () | |
Constructs a HasSchemaResponse object with default parameters. More... | |
Public Attributes | |
std::string | schemaName |
Value of schemaName. More... | |
bool | schemaExists |
Indicates whether the schema exists or not. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::hasSchema.
Definition at line 106 of file has_schema.h.
|
inline |
Constructs a HasSchemaResponse object with default parameters.
Definition at line 111 of file has_schema.h.
std::map<std::string, std::string> gpudb::HasSchemaResponse::info |
Additional information.
Definition at line 136 of file has_schema.h.
bool gpudb::HasSchemaResponse::schemaExists |
Indicates whether the schema exists or not.
Supported values:
Definition at line 131 of file has_schema.h.
std::string gpudb::HasSchemaResponse::schemaName |
Value of schemaName.
Definition at line 121 of file has_schema.h.