GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::alterSchema. More...
#include <gpudb/protocol/alter_schema.h>
Public Member Functions | |
AlterSchemaResponse () | |
Constructs an AlterSchemaResponse 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::alterSchema.
Definition at line 163 of file alter_schema.h.
|
inline |
Constructs an AlterSchemaResponse object with default parameters.
Definition at line 168 of file alter_schema.h.
std::map<std::string, std::string> gpudb::AlterSchemaResponse::info |
Additional information.
Definition at line 182 of file alter_schema.h.
std::string gpudb::AlterSchemaResponse::schemaName |
Value of schemaName.
Definition at line 177 of file alter_schema.h.