|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PredicateBetween
A representation of the model object 'SQL Predicate Between'.
The following features are supported:
SQLQueryModelPackage.getPredicateBetween()
Method Summary | |
---|---|
QueryValueExpression |
getLeftValueExpr()
Returns the value of the 'Left Value Expr' containment reference. |
QueryValueExpression |
getRightValueExpr1()
Returns the value of the 'Right Value Expr1' containment reference. |
QueryValueExpression |
getRightValueExpr2()
Returns the value of the 'Right Value Expr2' containment reference. |
boolean |
isNotBetween()
Returns the value of the 'Not Between' attribute. |
void |
setLeftValueExpr(QueryValueExpression value)
Sets the value of the ' Left Value Expr ' containment reference. |
void |
setNotBetween(boolean value)
Sets the value of the ' Not Between ' attribute. |
void |
setRightValueExpr1(QueryValueExpression value)
Sets the value of the ' Right Value Expr1 ' containment reference. |
void |
setRightValueExpr2(QueryValueExpression value)
Sets the value of the ' Right Value Expr2 ' 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, 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 |
---|
boolean isNotBetween()
If the meaning of the 'Not Between' attribute isn't clear, there really should be more of a description here...
setNotBetween(boolean)
,
SQLQueryModelPackage.getPredicateBetween_NotBetween()
void setNotBetween(boolean value)
Not Between
' attribute.
value
- the new value of the 'Not Between' attribute.isNotBetween()
QueryValueExpression getLeftValueExpr()
Between 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.getPredicateBetween_LeftValueExpr()
,
QueryValueExpression.getBetweenLeft()
void setLeftValueExpr(QueryValueExpression value)
Left Value Expr
' containment reference.
value
- the new value of the 'Left Value Expr' containment reference.getLeftValueExpr()
QueryValueExpression getRightValueExpr1()
Between Right1
'.
If the meaning of the 'Right Value Expr1' containment reference isn't clear, there really should be more of a description here...
setRightValueExpr1(QueryValueExpression)
,
SQLQueryModelPackage.getPredicateBetween_RightValueExpr1()
,
QueryValueExpression.getBetweenRight1()
void setRightValueExpr1(QueryValueExpression value)
Right Value Expr1
' containment reference.
value
- the new value of the 'Right Value Expr1' containment reference.getRightValueExpr1()
QueryValueExpression getRightValueExpr2()
Between Right2
'.
If the meaning of the 'Right Value Expr2' containment reference isn't clear, there really should be more of a description here...
setRightValueExpr2(QueryValueExpression)
,
SQLQueryModelPackage.getPredicateBetween_RightValueExpr2()
,
QueryValueExpression.getBetweenRight2()
void setRightValueExpr2(QueryValueExpression value)
Right Value Expr2
' containment reference.
value
- the new value of the 'Right Value Expr2' containment reference.getRightValueExpr2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |