dropDatasource
Drops an existing data source. Any external tables that depend on the data source must be dropped before it can be dropped.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.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 emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.