|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CheckConstraint in org.eclipse.datatools.connectivity.sqm.core.rte.fe |
---|
Methods in org.eclipse.datatools.connectivity.sqm.core.rte.fe with parameters of type CheckConstraint | |
---|---|
java.lang.String |
GenericDdlBuilder.addCheckConstraint(CheckConstraint constraint,
boolean quoteIdentifiers,
boolean qualifyNames)
|
Uses of CheckConstraint in org.eclipse.datatools.modelbase.sql.constraints |
---|
Methods in org.eclipse.datatools.modelbase.sql.constraints that return CheckConstraint | |
---|---|
CheckConstraint |
SQLConstraintsFactory.createCheckConstraint()
Returns a new object of class 'Check Constraint'. |
Uses of CheckConstraint in org.eclipse.datatools.modelbase.sql.constraints.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.constraints.impl that implement CheckConstraint | |
---|---|
class |
CheckConstraintImpl
An implementation of the model object 'Check Constraint'. |
Methods in org.eclipse.datatools.modelbase.sql.constraints.impl that return CheckConstraint | |
---|---|
CheckConstraint |
SQLConstraintsFactoryImpl.createCheckConstraint()
|
Uses of CheckConstraint in org.eclipse.datatools.modelbase.sql.constraints.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.constraints.util with parameters of type CheckConstraint | |
---|---|
java.lang.Object |
SQLConstraintsSwitch.caseCheckConstraint(CheckConstraint object)
Returns the result of interpretting the object as an instance of 'Check Constraint'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |