GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/alter_schema.h>
Public Member Functions | |
AlterSchemaRequest () | |
Constructs an AlterSchemaRequest object with default parameter values. More... | |
AlterSchemaRequest (const std::string &schemaName_, const std::string &action_, const std::string &value_, const std::map< std::string, std::string > &options_) | |
Constructs an AlterSchemaRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | schemaName |
std::string | action |
std::string | value |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Used to change the name of a SQL-style schema, specified in schemaName.
Definition at line 20 of file alter_schema.h.
|
inline |
Constructs an AlterSchemaRequest object with default parameter values.
Definition at line 27 of file alter_schema.h.
|
inline |
Constructs an AlterSchemaRequest object with the specified parameters.
[in] | schemaName_ | Name of the schema to be altered. |
[in] | action_ | Modification operation to be applied
|
[in] | value_ | The value of the modification, depending on action. For now the only value of action is rename_schema. In this case the value is the new name of the schema. |
[in] | options_ | Optional parameters. |
Definition at line 55 of file alter_schema.h.
std::string gpudb::AlterSchemaRequest::action |
Definition at line 64 of file alter_schema.h.
std::map<std::string, std::string> gpudb::AlterSchemaRequest::options |
Definition at line 66 of file alter_schema.h.
std::string gpudb::AlterSchemaRequest::schemaName |
Definition at line 63 of file alter_schema.h.
std::string gpudb::AlterSchemaRequest::value |
Definition at line 65 of file alter_schema.h.