GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/alter_schema.h>
Public Member Functions | |
AlterSchemaResponse () | |
Constructs an AlterSchemaResponse object with default parameter values. More... | |
Public Attributes | |
std::string | schemaName |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Used to change the name of a SQL-style schema, specified in schemaName.
Definition at line 135 of file alter_schema.h.
|
inline |
Constructs an AlterSchemaResponse object with default parameter values.
Definition at line 142 of file alter_schema.h.
std::map<std::string, std::string> gpudb::AlterSchemaResponse::info |
Definition at line 149 of file alter_schema.h.
std::string gpudb::AlterSchemaResponse::schemaName |
Definition at line 148 of file alter_schema.h.