|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SearchCondition in org.eclipse.wst.rdb.internal.models.sql.constraints |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.constraints that return SearchCondition | |
---|---|
SearchCondition |
CheckConstraint.getSearchCondition()
Returns the value of the 'Search Condition' containment reference. |
SearchCondition |
Assertion.getSearchCondition()
Returns the value of the 'Search Condition' containment reference. |
Methods in org.eclipse.wst.rdb.internal.models.sql.constraints with parameters of type SearchCondition | |
---|---|
void |
CheckConstraint.setSearchCondition(SearchCondition value)
Sets the value of the ' Search Condition ' containment reference. |
void |
Assertion.setSearchCondition(SearchCondition value)
Sets the value of the ' Search Condition ' containment reference. |
Uses of SearchCondition in org.eclipse.wst.rdb.internal.models.sql.constraints.impl |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl that return SearchCondition | |
---|---|
SearchCondition |
CheckConstraintImpl.getSearchCondition()
|
SearchCondition |
AssertionImpl.getSearchCondition()
|
Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl with parameters of type SearchCondition | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
CheckConstraintImpl.basicSetSearchCondition(SearchCondition newSearchCondition,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
AssertionImpl.basicSetSearchCondition(SearchCondition newSearchCondition,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
CheckConstraintImpl.setSearchCondition(SearchCondition newSearchCondition)
|
void |
AssertionImpl.setSearchCondition(SearchCondition newSearchCondition)
|
Uses of SearchCondition in org.eclipse.wst.rdb.internal.models.sql.expressions |
---|
Subinterfaces of SearchCondition in org.eclipse.wst.rdb.internal.models.sql.expressions | |
---|---|
interface |
SearchConditionDefault
A representation of the model object 'Search Condition Default'. |
Uses of SearchCondition in org.eclipse.wst.rdb.internal.models.sql.expressions.impl |
---|
Classes in org.eclipse.wst.rdb.internal.models.sql.expressions.impl that implement SearchCondition | |
---|---|
class |
SearchConditionDefaultImpl
An implementation of the model object 'Search Condition Default'. |
Uses of SearchCondition in org.eclipse.wst.rdb.internal.models.sql.expressions.util |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.expressions.util with parameters of type SearchCondition | |
---|---|
java.lang.Object |
SQLExpressionsSwitch.caseSearchCondition(SearchCondition object)
Returns the result of interpretting the object as an instance of 'Search Condition'. |
Uses of SearchCondition in org.eclipse.wst.rdb.internal.models.sql.tables |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.tables that return SearchCondition | |
---|---|
SearchCondition |
Trigger.getWhen()
Returns the value of the 'When' containment reference. |
Methods in org.eclipse.wst.rdb.internal.models.sql.tables with parameters of type SearchCondition | |
---|---|
void |
Trigger.setWhen(SearchCondition value)
Sets the value of the ' When ' containment reference. |
Uses of SearchCondition in org.eclipse.wst.rdb.internal.models.sql.tables.impl |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl that return SearchCondition | |
---|---|
SearchCondition |
TriggerImpl.getWhen()
|
Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl with parameters of type SearchCondition | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
TriggerImpl.basicSetWhen(SearchCondition newWhen,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
TriggerImpl.setWhen(SearchCondition newWhen)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |