|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ReferenceConstraint in org.eclipse.wst.rdb.internal.models.sql.constraints |
|---|
| Subinterfaces of ReferenceConstraint in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.sql.constraints.impl |
|---|
| Classes in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.sql.constraints.util |
|---|
| Methods in org.eclipse.wst.rdb.internal.models.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'. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||