|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchConditionCombined
A representation of the model object 'SQL Search Condition Combined'.
The following features are supported:
SQLQueryModelPackage.getSearchConditionCombined()
Method Summary | |
---|---|
SearchConditionCombinedOperator |
getCombinedOperator()
Returns the value of the 'Combined Operator' attribute. |
QuerySearchCondition |
getLeftCondition()
Returns the value of the 'Left Condition' containment reference. |
QuerySearchCondition |
getRightCondition()
Returns the value of the 'Right Condition' containment reference. |
void |
setCombinedOperator(SearchConditionCombinedOperator value)
Sets the value of the ' Combined Operator ' attribute. |
void |
setLeftCondition(QuerySearchCondition value)
Sets the value of the ' Left Condition ' containment reference. |
void |
setRightCondition(QuerySearchCondition value)
Sets the value of the ' Right Condition ' containment reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.QuerySearchCondition |
---|
getCombinedLeft, getCombinedRight, getDeleteStatement, getMergeOnCondition, getNest, getQuerySelectHaving, getQuerySelectWhere, getTableJoined, getUpdateStatement, getValueExprCaseSearchContent, isNegatedCondition, setCombinedLeft, setCombinedRight, setDeleteStatement, setMergeOnCondition, setNegatedCondition, setNest, setQuerySelectHaving, setQuerySelectWhere, setTableJoined, setUpdateStatement, setValueExprCaseSearchContent |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject |
---|
getSourceInfo, getSQL, setSourceInfo, setSQL |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.expressions.SearchCondition |
---|
getSQL, setSQL |
Method Detail |
---|
SearchConditionCombinedOperator getCombinedOperator()
SearchConditionCombinedOperator
.
If the meaning of the 'Combined Operator' attribute isn't clear, there really should be more of a description here...
SearchConditionCombinedOperator
,
setCombinedOperator(SearchConditionCombinedOperator)
,
SQLQueryModelPackage.getSearchConditionCombined_CombinedOperator()
void setCombinedOperator(SearchConditionCombinedOperator value)
Combined Operator
' attribute.
value
- the new value of the 'Combined Operator' attribute.SearchConditionCombinedOperator
,
getCombinedOperator()
QuerySearchCondition getLeftCondition()
Combined Left
'.
If the meaning of the 'Left Condition' containment reference isn't clear, there really should be more of a description here...
setLeftCondition(QuerySearchCondition)
,
SQLQueryModelPackage.getSearchConditionCombined_LeftCondition()
,
QuerySearchCondition.getCombinedLeft()
void setLeftCondition(QuerySearchCondition value)
Left Condition
' containment reference.
value
- the new value of the 'Left Condition' containment reference.getLeftCondition()
QuerySearchCondition getRightCondition()
Combined Right
'.
If the meaning of the 'Right Condition' containment reference isn't clear, there really should be more of a description here...
setRightCondition(QuerySearchCondition)
,
SQLQueryModelPackage.getSearchConditionCombined_RightCondition()
,
QuerySearchCondition.getCombinedRight()
void setRightCondition(QuerySearchCondition value)
Right Condition
' containment reference.
value
- the new value of the 'Right Condition' containment reference.getRightCondition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |