org.eclipse.jpt.db
Interface ForeignKey.ColumnPair
- Enclosing interface:
- ForeignKey
public static interface ForeignKey.ColumnPair
Pair up the foreign key's column pairs, matching each "base" column with
the appropriate "referenced" column.
- See Also:
#columnPairs()
BASE_COLUMN_COMPARATOR
static final java.util.Comparator<ForeignKey.ColumnPair> BASE_COLUMN_COMPARATOR
getBaseColumn
Column getBaseColumn()
- Return the column pair's "base" column.
getReferencedColumn
Column getReferencedColumn()
- Return the column pair's "referenced" column.