org.eclipse.datatools.modelbase.sql.query
Interface PredicateLike

All Superinterfaces:
Predicate, QuerySearchCondition, SearchCondition, SQLObject, SQLQueryObject
All Known Implementing Classes:
PredicateLikeImpl

public interface PredicateLike
extends Predicate

A representation of the model object 'SQL Predicate Like'.

The following features are supported:

See Also:
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

isNotLike

public boolean isNotLike()
Returns the value of the 'Not Like' attribute.

If the meaning of the 'Not Like' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Not Like' attribute.
See Also:
setNotLike(boolean), SQLQueryModelPackage.getPredicateLike_NotLike()

setNotLike

public void setNotLike(boolean value)
Sets the value of the 'Not Like' attribute.

Parameters:
value - the new value of the 'Not Like' attribute.
See Also:
isNotLike()

getPatternValueExpr

public QueryValueExpression getPatternValueExpr()
Returns the value of the 'Pattern Value Expr' containment reference. It is bidirectional and its opposite is 'Like Pattern'.

If the meaning of the 'Pattern Value Expr' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pattern Value Expr' containment reference.
See Also:
setPatternValueExpr(QueryValueExpression), SQLQueryModelPackage.getPredicateLike_PatternValueExpr(), QueryValueExpression.getLikePattern()

setPatternValueExpr

public void setPatternValueExpr(QueryValueExpression value)
Sets the value of the 'Pattern Value Expr' containment reference.

Parameters:
value - the new value of the 'Pattern Value Expr' containment reference.
See Also:
getPatternValueExpr()

getMatchingValueExpr

public QueryValueExpression getMatchingValueExpr()
Returns the value of the 'Matching Value Expr' containment reference. It is bidirectional and its opposite is 'Like Matching'.

If the meaning of the 'Matching Value Expr' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Matching Value Expr' containment reference.
See Also:
setMatchingValueExpr(QueryValueExpression), SQLQueryModelPackage.getPredicateLike_MatchingValueExpr(), QueryValueExpression.getLikeMatching()

setMatchingValueExpr

public void setMatchingValueExpr(QueryValueExpression value)
Sets the value of the 'Matching Value Expr' containment reference.

Parameters:
value - the new value of the 'Matching Value Expr' containment reference.
See Also:
getMatchingValueExpr()

getEscapeValueExpr

public QueryValueExpression getEscapeValueExpr()
Returns the value of the 'Escape Value Expr' containment reference. It is bidirectional and its opposite is 'Like Escape'.

If the meaning of the 'Escape Value Expr' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Escape Value Expr' containment reference.
See Also:
setEscapeValueExpr(QueryValueExpression), SQLQueryModelPackage.getPredicateLike_EscapeValueExpr(), QueryValueExpression.getLikeEscape()

setEscapeValueExpr

public void setEscapeValueExpr(QueryValueExpression value)
Sets the value of the 'Escape Value Expr' containment reference.

Parameters:
value - the new value of the 'Escape Value Expr' containment reference.
See Also:
getEscapeValueExpr()


Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.