GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::createSchema. More...
#include <gpudb/protocol/create_schema.h>
Public Member Functions | |
CreateSchemaResponse () | |
Constructs a CreateSchemaResponse object with default parameters. More... | |
Public Attributes | |
std::string | schemaName |
Value of schemaName. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::createSchema.
Definition at line 144 of file create_schema.h.
|
inline |
Constructs a CreateSchemaResponse object with default parameters.
Definition at line 149 of file create_schema.h.
std::map<std::string, std::string> gpudb::CreateSchemaResponse::info |
Additional information.
Definition at line 163 of file create_schema.h.
std::string gpudb::CreateSchemaResponse::schemaName |
Value of schemaName.
Definition at line 158 of file create_schema.h.