GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::alterDatasource. More...
#include <gpudb/protocol/alter_datasource.h>
Public Member Functions | |
AlterDatasourceResponse () | |
Constructs an AlterDatasourceResponse object with default parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | updatedPropertiesMap |
Map of values updated. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::alterDatasource.
Definition at line 668 of file alter_datasource.h.
|
inline |
Constructs an AlterDatasourceResponse object with default parameters.
Definition at line 674 of file alter_datasource.h.
std::map<std::string, std::string> gpudb::AlterDatasourceResponse::info |
Additional information.
Definition at line 688 of file alter_datasource.h.
std::map<std::string, std::string> gpudb::AlterDatasourceResponse::updatedPropertiesMap |
Map of values updated.
Definition at line 683 of file alter_datasource.h.