Skip to main content

◆ showDatasource() [1/4]

ShowDatasourceResponse gpudb::GPUdb::showDatasource (const ShowDatasourceRequest &request_) const

Shows information about a specified data source or all data sources.

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

◆ showDatasource() [2/4]

ShowDatasourceResponse & gpudb::GPUdb::showDatasource (const ShowDatasourceRequest &request_,
ShowDatasourceResponse &response_ ) const

Shows information about a specified data source or all data sources.

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).

◆ showDatasource() [3/4]

ShowDatasourceResponse gpudb::GPUdb::showDatasource (const std::string &name,
const std::map< std::string, std::string > &options ) const

Shows information about a specified data source or all data sources.

Parameters
[in]nameName of the data source for which to retrieve information. The name must refer to a currently existing data source. If ’*’ is specified, information about all data sources will be returned.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ showDatasource() [4/4]

ShowDatasourceResponse & gpudb::GPUdb::showDatasource (const std::string &name,
const std::map< std::string, std::string > &options,
ShowDatasourceResponse &response_ ) const

Shows information about a specified data source or all data sources.

Parameters
[in]nameName of the data source for which to retrieve information. The name must refer to a currently existing data source. If ’*’ is specified, information about all data sources will be returned.
[in]optionsOptional parameters. The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).