|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.sqls.impl.ForeignKeyImpl.ColumnReferenceImpl
Constructor Summary | |
ForeignKeyImpl.ColumnReferenceImpl(Column pLocalColumn,
Column pReferencedColumn)
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ForeignKeyImpl.ColumnReferenceImpl(Column pLocalColumn, Column pReferencedColumn)
Method Detail |
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |