planetj.database
Interface ITableDependency

All Known Implementing Classes:
ForeignKey

public interface ITableDependency

Describes the dependency between a primary table, and a group of other tables which depend on the primary table. Both foreign keys and view are examples of cases where one table can depend on another


Method Summary
 java.util.List getDependentTables()
          Gets a List containing all of the tables in this ITableDependency which depend on the primary table
 Table getPrimaryTable()
          Gets the primary table on which other tables depend
 

Method Detail

getDependentTables

public java.util.List getDependentTables()
Gets a List containing all of the tables in this ITableDependency which depend on the primary table


getPrimaryTable

public Table getPrimaryTable()
Gets the primary table on which other tables depend