A set of results returned by GPUdb::alterTable. More…
#include <gpudb/protocol/alter_table.h>
Public Member Functions | |
| AlterTableResponse () | |
| Constructs an AlterTableResponse object with default parameters. | |
Public Attributes | |
| std::string | tableName |
| Table on which the operation was performed. | |
| std::string | action |
| Modification operation that was performed. | |
| std::string | value |
| The value of the modification that was performed. | |
| std::string | typeId |
| Return the type_id (when changing a table, a new type may be created). | |
| std::string | typeDefinition |
| Return the type_definition (when changing a table, a new type may be created). | |
| std::map< std::string, std::vector< std::string > > | properties |
| Return the type properties (when changing a table, a new type may be created). | |
| std::string | label |
| Return the type label (when changing a table, a new type may be created). | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::alterTable.
Definition at line 1125 of file alter_table.h.
Constructor & Destructor Documentation
◆ AlterTableResponse()
| inline |
Constructs an AlterTableResponse object with default parameters.
Definition at line 1130 of file alter_table.h.
Member Data Documentation
◆ action
| std::string gpudb::AlterTableResponse::action |
Modification operation that was performed.
Definition at line 1150 of file alter_table.h.
◆ info
| std::map<std::string, std::string> gpudb::AlterTableResponse::info |
Additional information.
Definition at line 1184 of file alter_table.h.
◆ label
| std::string gpudb::AlterTableResponse::label |
Return the type label (when changing a table, a new type may be created).
Definition at line 1179 of file alter_table.h.
◆ properties
| std::map<std::string, std::vector<std::string> > gpudb::AlterTableResponse::properties |
Return the type properties (when changing a table, a new type may be created).
Definition at line 1173 of file alter_table.h.
◆ tableName
| std::string gpudb::AlterTableResponse::tableName |
Table on which the operation was performed.
Definition at line 1145 of file alter_table.h.
◆ typeDefinition
| std::string gpudb::AlterTableResponse::typeDefinition |
Return the type_definition (when changing a table, a new type may be created).
Definition at line 1167 of file alter_table.h.
◆ typeId
| std::string gpudb::AlterTableResponse::typeId |
Return the type_id (when changing a table, a new type may be created).
Definition at line 1161 of file alter_table.h.
◆ value
| std::string gpudb::AlterTableResponse::value |
The value of the modification that was performed.
Definition at line 1155 of file alter_table.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/alter_table.h