Skip to main content
  • dropCatalog

    public DropCatalogResponse dropCatalog(DropCatalogRequest request) throws GPUdbException
    Drops an existing catalog. Any external tables that depend on the catalog 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.
  • 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 empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.