|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PredicateLike | |
---|---|
org.eclipse.datatools.modelbase.sql.query | |
org.eclipse.datatools.modelbase.sql.query.util | |
org.eclipse.datatools.sqltools.parsers.sql.query |
Uses of PredicateLike in org.eclipse.datatools.modelbase.sql.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.query that return PredicateLike | |
---|---|
PredicateLike |
SQLQueryModelFactory.createPredicateLike()
Returns a new object of class 'Predicate Like'. |
PredicateLike |
QueryValueExpression.getLikeEscape()
Returns the value of the 'Like Escape' container reference. |
PredicateLike |
QueryValueExpression.getLikeMatching()
Returns the value of the 'Like Matching' container reference. |
PredicateLike |
QueryValueExpression.getLikePattern()
Returns the value of the 'Like Pattern' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type PredicateLike | |
---|---|
void |
QueryValueExpression.setLikeEscape(PredicateLike value)
Sets the value of the ' Like Escape ' container reference. |
void |
QueryValueExpression.setLikeMatching(PredicateLike value)
Sets the value of the ' Like Matching ' container reference. |
void |
QueryValueExpression.setLikePattern(PredicateLike value)
Sets the value of the ' Like Pattern ' container reference. |
Uses of PredicateLike in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type PredicateLike | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.casePredicateLike(PredicateLike object)
Returns the result of interpreting the object as an instance of 'Predicate Like'. |
Uses of PredicateLike in org.eclipse.datatools.sqltools.parsers.sql.query |
---|
Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return PredicateLike | |
---|---|
PredicateLike |
SQLQueryParserFactory.createPredicateLike(QueryValueExpression aMatchingExpr,
boolean isNotLike,
QueryValueExpression aPatternExpr,
QueryValueExpression aEscapeExpr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |