| 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. | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | HSQLQualifierTranslator. appendLikeEscapeCharacter(PatternMatchNode patternMatchNode) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ASTLike"Like" expression. | 
| class  | ASTLikeIgnoreCase"Case insensitive like" expression. | 
| class  | ASTNotLike"Not Like" expression. | 
| class  | ASTNotLikeIgnoreCase"Not like, ignore case" expression. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.