|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'SQL Predicate In Value List'.
The following features are supported:
SQLQueryModelPackage.getPredicateInValueList()
Method Summary | |
QueryValueExpression |
getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
EList |
getValueExprList()
Returns the value of the 'Value Expr List' containment reference list. |
void |
setValueExpr(QueryValueExpression value)
Sets the value of the ' Value Expr ' containment reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.PredicateIn |
isNotIn, setNotIn |
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 EList getValueExprList()
QueryValueExpression
.
It is bidirectional and its opposite is 'In Value List Right
'.
If the meaning of the 'Value Expr List' containment reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getPredicateInValueList_ValueExprList()
,
QueryValueExpression.getInValueListRight()
public QueryValueExpression getValueExpr()
In Value List Left
'.
If the meaning of the 'Value Expr' containment reference isn't clear, there really should be more of a description here...
setValueExpr(QueryValueExpression)
,
SQLQueryModelPackage.getPredicateInValueList_ValueExpr()
,
QueryValueExpression.getInValueListLeft()
public void setValueExpr(QueryValueExpression value)
Value Expr
' containment reference.
value
- the new value of the 'Value Expr' containment reference.getValueExpr()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |