schemacrawler.schema
Interface DependantNamedObject

All Superinterfaces:
Comparable<NamedObject>, NamedObject, Serializable
All Known Subinterfaces:
Catalog, ForeignKeyColumnMap, Schema

public interface DependantNamedObject
extends NamedObject

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
 NamedObject getParent()
          Gets the parent named object.
 
Methods inherited from interface schemacrawler.schema.NamedObject
getAttribute, getAttributes, getFullName, getName, getRemarks, setAttribute
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getParent

NamedObject getParent()
Gets the parent named object.

Returns:
Parent named object


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