|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A common base interface for Index
and ForeignKey
.
Method Summary | |
java.util.Iterator |
getColumns()
Returns the column sets columns. |
Table |
getTable()
Returns the table on which the foreign key is defined. |
Method Detail |
public Table getTable()
Returns the table on which the foreign key is defined.
public java.util.Iterator getColumns()
Returns the column sets columns. In the case of an Index
,
these are the columns that have been added via Index.addColumn(Column)
.
In the case of a ForeignKey
, these are the local columns of
column links.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |