GPUdb C++ API
Version 7.2.2.4
|
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. More... | |
Public Attributes | |
std::string | tableName |
Table on which the operation was performed. More... | |
std::string | action |
Modification operation that was performed. More... | |
std::string | value |
The value of the modification that was performed. More... | |
std::string | typeId |
return the type_id (when changing a table, a new type may be created) More... | |
std::string | typeDefinition |
return the type_definition (when changing a table, a new type may be created) More... | |
std::map< std::string, std::vector< std::string > > | properties |
return the type properties (when changing a table, a new type may be created) More... | |
std::string | label |
return the type label (when changing a table, a new type may be created) More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::alterTable.
Definition at line 1108 of file alter_table.h.
|
inline |
Constructs an AlterTableResponse object with default parameters.
Definition at line 1113 of file alter_table.h.
std::string gpudb::AlterTableResponse::action |
Modification operation that was performed.
Definition at line 1133 of file alter_table.h.
std::map<std::string, std::string> gpudb::AlterTableResponse::info |
Additional information.
Definition at line 1167 of file alter_table.h.
std::string gpudb::AlterTableResponse::label |
return the type label (when changing a table, a new type may be created)
Definition at line 1162 of file alter_table.h.
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 1156 of file alter_table.h.
std::string gpudb::AlterTableResponse::tableName |
Table on which the operation was performed.
Definition at line 1128 of file alter_table.h.
std::string gpudb::AlterTableResponse::typeDefinition |
return the type_definition (when changing a table, a new type may be created)
Definition at line 1150 of file alter_table.h.
std::string gpudb::AlterTableResponse::typeId |
return the type_id (when changing a table, a new type may be created)
Definition at line 1144 of file alter_table.h.
std::string gpudb::AlterTableResponse::value |
The value of the modification that was performed.
Definition at line 1138 of file alter_table.h.