GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/alter_datasource.h>
Public Member Functions | |
AlterDatasourceResponse () | |
Constructs an AlterDatasourceResponse object with default parameter values. More... | |
Public Attributes | |
std::map< std::string, std::string > | updatedPropertiesMap |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Alters the properties of an existing data source
Definition at line 305 of file alter_datasource.h.
|
inline |
Constructs an AlterDatasourceResponse object with default parameter values.
Definition at line 312 of file alter_datasource.h.
std::map<std::string, std::string> gpudb::AlterDatasourceResponse::info |
Definition at line 319 of file alter_datasource.h.
std::map<std::string, std::string> gpudb::AlterDatasourceResponse::updatedPropertiesMap |
Definition at line 318 of file alter_datasource.h.