Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.constraints.ForeignKey

Packages that use ForeignKey
org.eclipse.wst.rdb.internal.models.sql.constraints   
org.eclipse.wst.rdb.internal.models.sql.constraints.impl   
org.eclipse.wst.rdb.internal.models.sql.constraints.util   
 

Uses of ForeignKey in org.eclipse.wst.rdb.internal.models.sql.constraints
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints that return ForeignKey
 ForeignKey SQLConstraintsFactory.createForeignKey()
          Returns a new object of class 'Foreign Key'.
 

Uses of ForeignKey in org.eclipse.wst.rdb.internal.models.sql.constraints.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.constraints.impl that implement ForeignKey
 class ForeignKeyImpl
           An implementation of the model object 'Foreign Key'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl that return ForeignKey
 ForeignKey SQLConstraintsFactoryImpl.createForeignKey()
          
 

Uses of ForeignKey in org.eclipse.wst.rdb.internal.models.sql.constraints.util
 

Methods in org.eclipse.wst.rdb.internal.models.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'.