◆ 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
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] | 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. |
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] | 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. |
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).