722723724725726727728
*/ public static Expression likeIgnoreCaseDbExp( String pathSpec, Object value, char escapeChar) { return new ASTLikeIgnoreCase(new ASTDbPath(pathSpec), value, escapeChar); }