Skip to main content

◆ alterDatasource() [1/4]

AlterDatasourceResponse gpudb::GPUdb::alterDatasource (const AlterDatasourceRequest &request_) const

Alters the properties of an existing data source.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ alterDatasource() [2/4]

AlterDatasourceResponse & gpudb::GPUdb::alterDatasource (const AlterDatasourceRequest &request_,
AlterDatasourceResponse &response_ ) const

Alters the properties of an existing data source.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ alterDatasource() [3/4]

AlterDatasourceResponse gpudb::GPUdb::alterDatasource (const std::string &name,
const std::map< std::string, std::string > &datasourceUpdatesMap,
const std::map< std::string, std::string > &options ) const

Alters the properties of an existing data source.

Parameters
[in]nameName of the data source to be altered. Must be an existing data source.
[in]datasourceUpdatesMapMap containing the properties of the data source to be updated. Error if empty.
[in]optionsOptional parameters.
Returns
Response object containing the result of the operation.

◆ alterDatasource() [4/4]

AlterDatasourceResponse & gpudb::GPUdb::alterDatasource (const std::string &name,
const std::map< std::string, std::string > &datasourceUpdatesMap,
const std::map< std::string, std::string > &options,
AlterDatasourceResponse &response_ ) const

Alters the properties of an existing data source.

Parameters
[in]nameName of the data source to be altered. Must be an existing data source.
[in]datasourceUpdatesMapMap containing the properties of the data source to be updated. Error if empty.
[in]optionsOptional parameters.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).