|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'SQL Predicate Like'.
The following features are supported:
SQLQueryModelPackage.getPredicateLike()
Method Summary | |
QueryValueExpression |
getEscapeValueExpr()
Returns the value of the 'Escape Value Expr' containment reference. |
QueryValueExpression |
getMatchingValueExpr()
Returns the value of the 'Matching Value Expr' containment reference. |
QueryValueExpression |
getPatternValueExpr()
Returns the value of the 'Pattern Value Expr' containment reference. |
boolean |
isNotLike()
Returns the value of the 'Not Like' attribute. |
void |
setEscapeValueExpr(QueryValueExpression value)
Sets the value of the ' Escape Value Expr ' containment reference. |
void |
setMatchingValueExpr(QueryValueExpression value)
Sets the value of the ' Matching Value Expr ' containment reference. |
void |
setNotLike(boolean value)
Sets the value of the ' Not Like ' attribute. |
void |
setPatternValueExpr(QueryValueExpression value)
Sets the value of the ' Pattern 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 boolean isNotLike()
If the meaning of the 'Not Like' attribute isn't clear, there really should be more of a description here...
setNotLike(boolean)
,
SQLQueryModelPackage.getPredicateLike_NotLike()
public void setNotLike(boolean value)
Not Like
' attribute.
value
- the new value of the 'Not Like' attribute.isNotLike()
public QueryValueExpression getPatternValueExpr()
Like Pattern
'.
If the meaning of the 'Pattern Value Expr' containment reference isn't clear, there really should be more of a description here...
setPatternValueExpr(QueryValueExpression)
,
SQLQueryModelPackage.getPredicateLike_PatternValueExpr()
,
QueryValueExpression.getLikePattern()
public void setPatternValueExpr(QueryValueExpression value)
Pattern Value Expr
' containment reference.
value
- the new value of the 'Pattern Value Expr' containment reference.getPatternValueExpr()
public QueryValueExpression getMatchingValueExpr()
Like Matching
'.
If the meaning of the 'Matching Value Expr' containment reference isn't clear, there really should be more of a description here...
setMatchingValueExpr(QueryValueExpression)
,
SQLQueryModelPackage.getPredicateLike_MatchingValueExpr()
,
QueryValueExpression.getLikeMatching()
public void setMatchingValueExpr(QueryValueExpression value)
Matching Value Expr
' containment reference.
value
- the new value of the 'Matching Value Expr' containment reference.getMatchingValueExpr()
public QueryValueExpression getEscapeValueExpr()
Like Escape
'.
If the meaning of the 'Escape Value Expr' containment reference isn't clear, there really should be more of a description here...
setEscapeValueExpr(QueryValueExpression)
,
SQLQueryModelPackage.getPredicateLike_EscapeValueExpr()
,
QueryValueExpression.getLikeEscape()
public void setEscapeValueExpr(QueryValueExpression value)
Escape Value Expr
' containment reference.
value
- the new value of the 'Escape Value Expr' containment reference.getEscapeValueExpr()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |