showSchema
Retrieves information about a schema (or all schemas), as specified inschemaName.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.showSchema
public ShowSchemaResponse showSchema(String schemaName, Map<String, String> options) throws GPUdbException Retrieves information about a schema (or all schemas), as specified inschemaName.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: IfFALSEwill return an error if the providedschemaNamedoes not exist. IfTRUEthen it will return an empty result if the providedschemaNamedoes not exist. Supported values:The default value isFALSE.
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.