| java.lang.Object com.caucho.ejb.ql.Expr com.caucho.ejb.ql.InExpr
InExpr | class InExpr extends Expr (Code) | | An 'in' expression
|
InExpr | InExpr(Query query, Expr expr, ArrayList<Expr> args, boolean isNot) throws ConfigException(Code) | | Creates an 'in' expression.
Parameters: expr - the value expression Parameters: args - the args 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 |
|
|