org.apache.ws.jaxme.sqls

Interface ForeignKey.ColumnLink

public static interface ForeignKey.ColumnLink

Method Summary
ColumngetLocalColumn()

Returns the column referencing a column in the referenced table.

ColumngetReferencedColumn()

Returns the column being referenced in the referenced table.

Method Detail

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.