GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AlterDatasourceRequest Struct Reference

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
 

Detailed Description

A set of input parameters for const.

Alters the properties of an existing data source

Definition at line 19 of file alter_datasource.h.

Constructor & Destructor Documentation

gpudb::AlterDatasourceRequest::AlterDatasourceRequest ( )
inline

Constructs an AlterDatasourceRequest object with default parameter values.

Definition at line 26 of file alter_datasource.h.

gpudb::AlterDatasourceRequest::AlterDatasourceRequest ( const std::string &  name_,
const std::map< std::string, std::string > &  datasourceUpdatesMap_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an AlterDatasourceRequest object with the specified parameters.

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: