| java.lang.Object com.caucho.ejb.ql.Expr com.caucho.ejb.ql.LikeExpr
LikeExpr | class LikeExpr extends Expr (Code) | | A like expression
|
Constructor Summary | |
| LikeExpr(Expr value, Expr pattern, String escape, boolean isNot) Creates a like expression. |
LikeExpr | LikeExpr(Expr value, Expr pattern, String escape, boolean isNot) throws ConfigException(Code) | | Creates a like expression.
Parameters: value - the value expression Parameters: pattern - the matching pattern Parameters: escape - the escape pattern Parameters: isNot - if true, this the like is negated |
evalTypes | void evalTypes() throws ConfigException(Code) | | Evaluates the types for the expression
|
generateWhere | void generateWhere(CharBuffer cb)(Code) | | Prints the where SQL for this expression
Parameters: gen - the java code generator |
|
|