public static class ForeignKeyImpl.ColumnReferenceImpl extends java.lang.Object implements ForeignKey.ColumnLink
| Constructor and Description |
|---|
ForeignKeyImpl.ColumnReferenceImpl(Column pLocalColumn,
Column pReferencedColumn) |
| Modifier and Type | Method and Description |
|---|---|
Column |
getLocalColumn()
Returns the column referencing a column in the referenced
table.
|
Column |
getReferencedColumn()
Returns the column being referenced in the referenced
table.
|
public Column getLocalColumn()
ForeignKey.ColumnLinkReturns the column referencing a column in the referenced table.
getLocalColumn in interface ForeignKey.ColumnLinkpublic Column getReferencedColumn()
ForeignKey.ColumnLinkReturns the column being referenced in the referenced table.
getReferencedColumn in interface ForeignKey.ColumnLink