Skip to main content
  • showDatasource

    public ShowDatasourceResponse showDatasource(ShowDatasourceRequest request) throws GPUdbException
    Shows information about a specified data source or all data sources.
    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object 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 empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.