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.ColumnLink
Returns the column referencing a column in the referenced table.
getLocalColumn
in interface ForeignKey.ColumnLink
public Column getReferencedColumn()
ForeignKey.ColumnLink
Returns the column being referenced in the referenced table.
getReferencedColumn
in interface ForeignKey.ColumnLink