|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ForeignKey in org.eclipse.datatools.connectivity.sqm.core.rte.fe |
Methods in org.eclipse.datatools.connectivity.sqm.core.rte.fe with parameters of type ForeignKey | |
java.lang.String |
GenericDdlBuilder.addForeignKey(ForeignKey foreignKey,
boolean quoteIdentifiers,
boolean qualifyNames)
|
Uses of ForeignKey in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc |
Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement ForeignKey | |
class |
JDBCForeignKey
|
Methods in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc with parameters of type ForeignKey | |
static void |
JDBCForeignKey.setAsIdentifyingRelatinship(ForeignKey fk,
boolean identifying)
|
Uses of ForeignKey in org.eclipse.datatools.modelbase.sql.constraints |
Methods in org.eclipse.datatools.modelbase.sql.constraints that return ForeignKey | |
ForeignKey |
SQLConstraintsFactory.createForeignKey()
Returns a new object of class 'Foreign Key'. |
Uses of ForeignKey in org.eclipse.datatools.modelbase.sql.constraints.impl |
Classes in org.eclipse.datatools.modelbase.sql.constraints.impl that implement ForeignKey | |
class |
ForeignKeyImpl
An implementation of the model object 'Foreign Key'. |
Methods in org.eclipse.datatools.modelbase.sql.constraints.impl that return ForeignKey | |
ForeignKey |
SQLConstraintsFactoryImpl.createForeignKey()
|
Uses of ForeignKey in org.eclipse.datatools.modelbase.sql.constraints.util |
Methods in org.eclipse.datatools.modelbase.sql.constraints.util with parameters of type ForeignKey | |
java.lang.Object |
SQLConstraintsSwitch.caseForeignKey(ForeignKey object)
Returns the result of interpretting the object as an instance of 'Foreign Key'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |