|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'SQL Predicate'.
The following features are supported:
SQLQueryModelPackage.getPredicate()
Method Summary | |
java.lang.Integer |
getSelectivityValue()
Returns the value of the 'Selectivity Value' attribute. |
boolean |
isHasSelectivity()
Returns the value of the 'Has Selectivity' attribute. |
boolean |
isNegatedPredicate()
Returns the value of the 'Negated Predicate' attribute. |
void |
setHasSelectivity(boolean value)
Sets the value of the ' Has Selectivity ' attribute. |
void |
setNegatedPredicate(boolean value)
Sets the value of the ' Negated Predicate ' attribute. |
void |
setSelectivityValue(java.lang.Integer value)
Sets the value of the ' Selectivity Value ' attribute. |
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 isNegatedPredicate()
setNegatedPredicate(boolean)
,
SQLQueryModelPackage.getPredicate_NegatedPredicate()
public void setNegatedPredicate(boolean value)
Negated Predicate
' attribute.
value
- the new value of the 'Negated Predicate' attribute.isNegatedPredicate()
public boolean isHasSelectivity()
If the meaning of the 'Has Selectivity' attribute isn't clear, there really should be more of a description here...
setHasSelectivity(boolean)
,
SQLQueryModelPackage.getPredicate_HasSelectivity()
public void setHasSelectivity(boolean value)
Has Selectivity
' attribute.
value
- the new value of the 'Has Selectivity' attribute.isHasSelectivity()
public java.lang.Integer getSelectivityValue()
If the meaning of the 'Selectivity Value' attribute isn't clear, there really should be more of a description here...
setSelectivityValue(Integer)
,
SQLQueryModelPackage.getPredicate_SelectivityValue()
public void setSelectivityValue(java.lang.Integer value)
Selectivity Value
' attribute.
value
- the new value of the 'Selectivity Value' attribute.getSelectivityValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |