schemacrawler.schema
Interface DatabaseObject

All Superinterfaces:
Comparable<NamedObject>, NamedObject, Serializable
All Known Subinterfaces:
BaseColumn, CheckConstraint, Column, ColumnDataType, DependantObject, Index, IndexColumn, PrimaryKey, Privilege, Procedure, ProcedureColumn, ResultsColumn, Table, Trigger, View

public interface DatabaseObject
extends NamedObject

Represents a database object.

Author:
Sualeh Fatehi

Method Summary
 Schema getSchema()
          Gets the database schema.
 
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()
Gets the database schema.

Returns:
Database schema


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