| java.lang.Object com.caucho.ejb.ql.Expr com.caucho.ejb.ql.IsExpr
IsExpr | class IsExpr extends Expr (Code) | | An 'is' expression
|
Constructor Summary | |
| IsExpr(Query query, Expr value, int op, boolean isNot) Creates a like expression. |
IsExpr | IsExpr(Query query, Expr value, int op, boolean isNot) throws ConfigException(Code) | | Creates a like expression.
Parameters: value - the value expression Parameters: op - the operation 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 |
|
|