showDatasource
Shows information about a specified data source or all data sources.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.showDatasource
public ShowDatasourceResponse showDatasource(String name, Map<String, String> options) throws GPUdbException Shows information about a specified data source or all data sources.Parameters:name- Name 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.options- Optional parameters. The default value is an emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.