414415416417418419420
* A convenience method to create an DB_PATH "less than or equal to" expression. * * @since 3.0 */ public static Expression lessOrEqualDbExp(String pathSpec, Object value) { return new ASTLessOrEqual(new ASTDbPath(pathSpec), value); }