GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::alterTableMetadata. More...
#include <gpudb/protocol/alter_table_metadata.h>
Public Member Functions | |
AlterTableMetadataResponse () | |
Constructs an AlterTableMetadataResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | tableNames |
Value of tableNames. More... | |
std::map< std::string, std::string > | metadataMap |
Value of metadataMap. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::alterTableMetadata.
Definition at line 141 of file alter_table_metadata.h.
|
inline |
Constructs an AlterTableMetadataResponse object with default parameters.
Definition at line 147 of file alter_table_metadata.h.
std::map<std::string, std::string> gpudb::AlterTableMetadataResponse::info |
Additional information.
Definition at line 169 of file alter_table_metadata.h.
std::map<std::string, std::string> gpudb::AlterTableMetadataResponse::metadataMap |
Value of metadataMap.
Definition at line 164 of file alter_table_metadata.h.
std::vector<std::string> gpudb::AlterTableMetadataResponse::tableNames |
Value of tableNames.
Definition at line 158 of file alter_table_metadata.h.