Skip to main content
  • dropDatasource

    public DropDatasourceResponse dropDatasource(DropDatasourceRequest request) throws GPUdbException
    Drops an existing data source. Any external tables that depend on the data source must be dropped before it can be dropped.
    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.
  • dropDatasource

    public DropDatasourceResponse dropDatasource(String name, Map<String,String> options) throws GPUdbException
    Drops an existing data source. Any external tables that depend on the data source must be dropped before it can be dropped.
    Parameters:
    name - Name of the data source to be dropped. Must be an existing data source.
    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.