|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'SQL Predicate Basic'.
The following features are supported:
SQLQueryModelPackage.getPredicateBasic()
Method Summary | |
PredicateComparisonOperator |
getComparisonOperator()
Returns the value of the 'Comparison Operator' attribute. |
QueryValueExpression |
getLeftValueExpr()
Returns the value of the 'Left Value Expr' containment reference. |
QueryValueExpression |
getRightValueExpr()
Returns the value of the 'Right Value Expr' containment reference. |
void |
setComparisonOperator(PredicateComparisonOperator value)
Sets the value of the ' Comparison Operator ' attribute. |
void |
setLeftValueExpr(QueryValueExpression value)
Sets the value of the ' Left Value Expr ' containment reference. |
void |
setRightValueExpr(QueryValueExpression value)
Sets the value of the ' Right Value Expr ' containment reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.Predicate |
getSelectivityValue, isHasSelectivity, isNegatedPredicate, setHasSelectivity, setNegatedPredicate, setSelectivityValue |
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 PredicateComparisonOperator getComparisonOperator()
PredicateComparisonOperator
.
If the meaning of the 'Comparison Operator' attribute isn't clear, there really should be more of a description here...
PredicateComparisonOperator
,
setComparisonOperator(PredicateComparisonOperator)
,
SQLQueryModelPackage.getPredicateBasic_ComparisonOperator()
public void setComparisonOperator(PredicateComparisonOperator value)
Comparison Operator
' attribute.
value
- the new value of the 'Comparison Operator' attribute.PredicateComparisonOperator
,
getComparisonOperator()
public QueryValueExpression getRightValueExpr()
Basic Right
'.
If the meaning of the 'Right Value Expr' containment reference isn't clear, there really should be more of a description here...
setRightValueExpr(QueryValueExpression)
,
SQLQueryModelPackage.getPredicateBasic_RightValueExpr()
,
QueryValueExpression.getBasicRight()
public void setRightValueExpr(QueryValueExpression value)
Right Value Expr
' containment reference.
value
- the new value of the 'Right Value Expr' containment reference.getRightValueExpr()
public QueryValueExpression getLeftValueExpr()
Basic Left
'.
If the meaning of the 'Left Value Expr' containment reference isn't clear, there really should be more of a description here...
setLeftValueExpr(QueryValueExpression)
,
SQLQueryModelPackage.getPredicateBasic_LeftValueExpr()
,
QueryValueExpression.getBasicLeft()
public void setLeftValueExpr(QueryValueExpression value)
Left Value Expr
' containment reference.
value
- the new value of the 'Left Value Expr' containment reference.getLeftValueExpr()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |