GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/has_schema.h>
Public Member Functions | |
HasSchemaResponse () | |
Constructs a HasSchemaResponse object with default parameter values. More... | |
Public Attributes | |
std::string | schemaName |
bool | schemaExists |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Checks for the existence of a schema with the given name.
Definition at line 102 of file has_schema.h.
|
inline |
Constructs a HasSchemaResponse object with default parameter values.
Definition at line 108 of file has_schema.h.
std::map<std::string, std::string> gpudb::HasSchemaResponse::info |
Definition at line 117 of file has_schema.h.
bool gpudb::HasSchemaResponse::schemaExists |
Definition at line 116 of file has_schema.h.
std::string gpudb::HasSchemaResponse::schemaName |
Definition at line 115 of file has_schema.h.