GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/alter_datasource.h>
Public Member Functions | |
AlterDatasourceRequest () | |
Constructs an AlterDatasourceRequest object with default parameter values. More... | |
AlterDatasourceRequest (const std::string &name_, const std::map< std::string, std::string > &datasourceUpdatesMap_, const std::map< std::string, std::string > &options_) | |
Constructs an AlterDatasourceRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
std::map< std::string, std::string > | datasourceUpdatesMap |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Alters the properties of an existing data source
Definition at line 19 of file alter_datasource.h.
|
inline |
Constructs an AlterDatasourceRequest object with default parameter values.
Definition at line 26 of file alter_datasource.h.
|
inline |
Constructs an AlterDatasourceRequest object with the specified parameters.
[in] | name_ | Name of the data source to be altered. Must be an existing data source. |
[in] | datasourceUpdatesMap_ | Map containing the properties of the data source to be updated. Error if empty.
|
[in] | options_ | Optional parameters. |
Definition at line 234 of file alter_datasource.h.
std::map<std::string, std::string> gpudb::AlterDatasourceRequest::datasourceUpdatesMap |
Definition at line 242 of file alter_datasource.h.
std::string gpudb::AlterDatasourceRequest::name |
Definition at line 241 of file alter_datasource.h.
std::map<std::string, std::string> gpudb::AlterDatasourceRequest::options |
Definition at line 243 of file alter_datasource.h.