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

Packages that use TableConstraint
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 TableConstraint in org.eclipse.wst.rdb.internal.models.sql.constraints
 

Subinterfaces of TableConstraint in org.eclipse.wst.rdb.internal.models.sql.constraints
 interface CheckConstraint
          A representation of the model object 'Check Constraint'.
 interface ForeignKey
          A representation of the model object 'Foreign Key'.
 interface PrimaryKey
          A representation of the model object 'Primary Key'.
 interface ReferenceConstraint
          A representation of the model object 'Reference Constraint'.
 interface UniqueConstraint
          A representation of the model object 'Unique Constraint'.
 

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

Classes in org.eclipse.wst.rdb.internal.models.sql.constraints.impl that implement TableConstraint
 class CheckConstraintImpl
          An implementation of the model object 'Check Constraint'.
 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 TableConstraintImpl
          An implementation of the model object 'Table Constraint'.
 class UniqueConstraintImpl
          An implementation of the model object 'Unique Constraint'.
 

Uses of TableConstraint 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 TableConstraint
 java.lang.Object SQLConstraintsSwitch.caseTableConstraint(TableConstraint object)
          Returns the result of interpretting the object as an instance of 'Table Constraint'.