|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Constraint in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc |
---|
Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement Constraint | |
---|---|
class |
JDBCForeignKey
|
class |
JDBCPrimaryKey
|
class |
JDBCUniqueConstraint
|
Uses of Constraint in org.eclipse.datatools.modelbase.sql.constraints |
---|
Subinterfaces of Constraint in org.eclipse.datatools.modelbase.sql.constraints | |
---|---|
interface |
Assertion
A representation of the model object 'Assertion'. |
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 |
TableConstraint
A representation of the model object 'Table Constraint'. |
interface |
UniqueConstraint
A representation of the model object 'Unique Constraint'. |
Uses of Constraint in org.eclipse.datatools.modelbase.sql.constraints.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.constraints.impl that implement Constraint | |
---|---|
class |
AssertionImpl
An implementation of the model object 'Assertion'. |
class |
CheckConstraintImpl
An implementation of the model object 'Check Constraint'. |
class |
ConstraintImpl
An implementation of the model object '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 Constraint in org.eclipse.datatools.modelbase.sql.constraints.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.constraints.util with parameters of type Constraint | |
---|---|
java.lang.Object |
SQLConstraintsSwitch.caseConstraint(Constraint object)
Returns the result of interpretting the object as an instance of 'Constraint'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |