org.apache.ws.jaxme.sqls

Interface ForeignKey.ColumnLink

Known Implementing Classes:
ForeignKeyImpl.ColumnReferenceImpl

public static interface ForeignKey.ColumnLink

Method Summary

Column
getLocalColumn()
Returns the column referencing a column in the referenced table.
Column
getReferencedColumn()
Returns the column being referenced in the referenced table.

Method Details

getLocalColumn

public Column getLocalColumn()
Returns the column referencing a column in the referenced table.

getReferencedColumn

public Column getReferencedColumn()
Returns the column being referenced in the referenced table.