776777778779780781782
*/ public static Expression notLikeIgnoreCaseDbExp( String pathSpec, Object value, char escapeChar) { return new ASTNotLikeIgnoreCase(new ASTDbPath(pathSpec), value, escapeChar); }