hasSchema
Checks for the existence of a schema with the given name.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.hasSchema
public HasSchemaResponse hasSchema(String schemaName, Map<String, String> options) throws GPUdbException Checks for the existence of a schema with the given name.Parameters:schemaName- Name of the schema to check for existence, in root, using standard name resolution rules.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.