|
GPUdb C++ API
Version 7.2.3.0
|
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 688 of file alter_datasource.h.
|
inline |
Constructs an AlterDatasourceResponse object with default parameters.
Definition at line 694 of file alter_datasource.h.
| std::map<std::string, std::string> gpudb::AlterDatasourceResponse::info |
Additional information.
Definition at line 708 of file alter_datasource.h.
| std::map<std::string, std::string> gpudb::AlterDatasourceResponse::updatedPropertiesMap |
Map of values updated.
Definition at line 703 of file alter_datasource.h.