Uses of Class
org.apache.cayenne.exp.parser.PatternMatchNode
-
Packages that use PatternMatchNode Package Description org.apache.cayenne.access.translator.select org.apache.cayenne.dba.hsqldb HSQLDB DbAdapter.org.apache.cayenne.exp.parser Contains expression parser and other expression internals. -
-
Uses of PatternMatchNode in org.apache.cayenne.access.translator.select
Methods in org.apache.cayenne.access.translator.select with parameters of type PatternMatchNode Modifier and Type Method Description 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.dba.hsqldb
Methods in org.apache.cayenne.dba.hsqldb with parameters of type PatternMatchNode Modifier and Type Method Description protected void
HSQLQualifierTranslator. appendLikeEscapeCharacter(PatternMatchNode patternMatchNode)
-
Uses of PatternMatchNode in org.apache.cayenne.exp.parser
Subclasses of PatternMatchNode in org.apache.cayenne.exp.parser Modifier and Type Class Description class
ASTLike
"Like" expression.class
ASTLikeIgnoreCase
"Case insensitive like" expression.class
ASTNotLike
"Not Like" expression.class
ASTNotLikeIgnoreCase
"Not like, ignore case" expression.
-