schemacrawler.schema
Interface DependantObject

All Superinterfaces:
Comparable<NamedObject>, DatabaseObject, NamedObject, Serializable
All Known Subinterfaces:
BaseColumn, CheckConstraint, Column, Index, IndexColumn, PrimaryKey, Privilege, ProcedureColumn, ResultsColumn, Trigger

public interface DependantObject
extends DatabaseObject

Represents the dependent of a database object, such as a column or an index, which are dependents of a table.

Author:
Sualeh Fatehi

Method Summary
 DatabaseObject getParent()
          Gets the parent database object.
 
Methods inherited from interface schemacrawler.schema.DatabaseObject
getSchema
 
Methods inherited from interface schemacrawler.schema.NamedObject
getAttribute, getAttributes, getFullName, getName, getRemarks, setAttribute
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getParent

DatabaseObject getParent()
Gets the parent database object.

Returns:
Parent database object


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