|
|||||||||||
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'.
The following features are supported:
SQLQueryModelPackage.getPredicateIn()
Method Summary | |
boolean |
isNotIn()
Returns the value of the 'Not In' attribute. |
void |
setNotIn(boolean value)
Sets the value of the ' Not In ' attribute. |
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 boolean isNotIn()
If the meaning of the 'Not In' attribute isn't clear, there really should be more of a description here...
setNotIn(boolean)
,
SQLQueryModelPackage.getPredicateIn_NotIn()
public void setNotIn(boolean value)
Not In
' attribute.
value
- the new value of the 'Not In' attribute.isNotIn()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |