schemacrawler.schema
Interface Catalog

All Superinterfaces:
Comparable<NamedObject>, DependantNamedObject, NamedObject, Serializable

public interface Catalog
extends DependantNamedObject

Represents the database.

Author:
Sualeh Fatehi

Method Summary
 Schema getSchema(String name)
          Gets a schema by name.
 Schema[] getSchemas()
          Gets the schemas.
 
Methods inherited from interface schemacrawler.schema.DependantNamedObject
getParent
 
Methods inherited from interface schemacrawler.schema.NamedObject
getAttribute, getAttributes, getFullName, getName, getRemarks, setAttribute
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getSchema

Schema getSchema(String name)
Gets a schema by name.

Parameters:
name - Name
Returns:
Schema.

getSchemas

Schema[] getSchemas()
Gets the schemas.

Returns:
Schemas


Copyright © 2003-2009 Sualeh Fatehi. All Rights Reserved.