Uses of Interface
org.eclipse.datatools.modelbase.sql.constraints.ReferenceConstraint

Packages that use ReferenceConstraint
org.eclipse.datatools.connectivity.sqm.core.rte.jdbc   
org.eclipse.datatools.modelbase.sql.constraints   
org.eclipse.datatools.modelbase.sql.constraints.impl   
org.eclipse.datatools.modelbase.sql.constraints.util   
 

Uses of ReferenceConstraint in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc
 

Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement ReferenceConstraint
 class JDBCForeignKey
           
 class JDBCPrimaryKey
           
 class JDBCUniqueConstraint
           
 

Uses of ReferenceConstraint in org.eclipse.datatools.modelbase.sql.constraints
 

Subinterfaces of ReferenceConstraint in org.eclipse.datatools.modelbase.sql.constraints
 interface ForeignKey
          A representation of the model object 'Foreign Key'.
 interface PrimaryKey
          A representation of the model object 'Primary Key'.
 interface UniqueConstraint
          A representation of the model object 'Unique Constraint'.
 

Uses of ReferenceConstraint in org.eclipse.datatools.modelbase.sql.constraints.impl
 

Classes in org.eclipse.datatools.modelbase.sql.constraints.impl that implement ReferenceConstraint
 class ForeignKeyImpl
          An implementation of the model object 'Foreign Key'.
 class PrimaryKeyImpl
          An implementation of the model object 'Primary Key'.
 class ReferenceConstraintImpl
          An implementation of the model object 'Reference Constraint'.
 class UniqueConstraintImpl
          An implementation of the model object 'Unique Constraint'.
 

Uses of ReferenceConstraint in org.eclipse.datatools.modelbase.sql.constraints.util
 

Methods in org.eclipse.datatools.modelbase.sql.constraints.util with parameters of type ReferenceConstraint
 java.lang.Object SQLConstraintsSwitch.caseReferenceConstraint(ReferenceConstraint object)
          Returns the result of interpretting the object as an instance of 'Reference Constraint'.
 



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.