|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PatternMatchNode | |
---|---|
org.apache.cayenne.access.trans | Provides translators for Cayenne queries. |
org.apache.cayenne.exp.parser | Contains expression parser and other expression internals. |
Uses of PatternMatchNode in org.apache.cayenne.access.trans |
---|
Methods in org.apache.cayenne.access.trans with parameters of type PatternMatchNode | |
---|---|
protected void |
QueryAssemblerHelper.appendLikeEscapeCharacter(PatternMatchNode patternMatchNode)
Outputs the standard JDBC (database agnostic) expression for supplying the escape character to the database server when supplying a LIKE clause. |
Uses of PatternMatchNode in org.apache.cayenne.exp.parser |
---|
Subclasses of PatternMatchNode in org.apache.cayenne.exp.parser | |
---|---|
class |
ASTLike
"Like" expression. |
class |
ASTLikeIgnoreCase
"Case insensitive like" expression. |
class |
ASTNotLike
"Not Like" expression. |
class |
ASTNotLikeIgnoreCase
"Not like, ignore case" expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |