|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForeignKey | |
net.sf.jaxme.sqls | |
net.sf.jaxme.sqls.impl |
Uses of ForeignKey in net.sf.jaxme.sqls |
Methods in net.sf.jaxme.sqls that return ForeignKey | |
ForeignKey |
Table.newForeignKey(Table pReferencedTable)
Creates a new foreign key referencing the given table. |
Methods in net.sf.jaxme.sqls with parameters of type ForeignKey | |
java.util.Collection |
SQLGenerator.getCreate(ForeignKey pKey)
Generates a CREATE FOREIGN KEY statement. |
java.util.Collection |
SQLGenerator.getDrop(ForeignKey pKey)
Generates a DROP FOEIGN KEY statement. |
void |
CombinedConstraint.addJoin(ForeignKey pKey,
TableReference pReferencingTable,
TableReference pReferencedTable)
Creates a JOIN condition matching the given foreign key. |
Uses of ForeignKey in net.sf.jaxme.sqls.impl |
Classes in net.sf.jaxme.sqls.impl that implement ForeignKey | |
class |
ForeignKeyImpl
Implementation of a foreign key. |
Methods in net.sf.jaxme.sqls.impl that return ForeignKey | |
ForeignKey |
TableImpl.newForeignKey(Table pTable)
|
Methods in net.sf.jaxme.sqls.impl with parameters of type ForeignKey | |
protected java.lang.String |
SQLGeneratorImpl.createForeignKeyAsPartOfCreateTable(ForeignKey pKey)
|
java.util.Collection |
SQLGeneratorImpl.getCreate(ForeignKey pKey)
|
java.util.Collection |
SQLGeneratorImpl.getDrop(ForeignKey pKey)
|
void |
CombinedConstraintImpl.addJoin(ForeignKey pKey,
TableReference pReferencingTable,
TableReference pReferencedTable)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |