Skip to main content
  • showSchema

    public ShowSchemaResponse showSchema(ShowSchemaRequest request) throws GPUdbException
    Retrieves information about a schema (or all schemas), as specified in schemaName.
    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.
  • showSchema

    public ShowSchemaResponse showSchema(String schemaName, Map<String,String> options) throws GPUdbException
    Retrieves information about a schema (or all schemas), as specified in schemaName.
    Parameters:
    schemaName - Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned.
    options - Optional parameters.
    • NO_ERROR_IF_NOT_EXISTS: If FALSE will return an error if the provided schemaName does not exist. If TRUE then it will return an empty result if the provided schemaName does not exist. Supported values:The default value is FALSE.
    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.