|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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, getNest, getQuerySelectHaving, getQuerySelectWhere, getTableJoined, getUpdateStatement, getValueExprCaseSearchContent, isNegatedCondition, setCombinedLeft, setCombinedRight, setDeleteStatement, 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, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.expressions.SearchCondition |
getSQL, setSQL |
Method Detail |
public 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()
public void setCombinedOperator(SearchConditionCombinedOperator value)
Combined Operator
' attribute.
value
- the new value of the 'Combined Operator' attribute.SearchConditionCombinedOperator
,
getCombinedOperator()
public 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()
public void setLeftCondition(QuerySearchCondition value)
Left Condition
' containment reference.
value
- the new value of the 'Left Condition' containment reference.getLeftCondition()
public 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()
public 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 |