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
getParent
DatabaseObject getParent()
- Gets the parent database object.
- Returns:
- Parent database object
Copyright © 2003-2009 Sualeh Fatehi. All Rights Reserved.