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