| java.lang.Object com.caucho.ejb.ql.Expr com.caucho.ejb.ql.BetweenExpr
BetweenExpr | class BetweenExpr extends Expr (Code) | | A between expression
|
BetweenExpr | BetweenExpr(Expr value, Expr min, Expr max, boolean isNot) throws ConfigException(Code) | | Creates a binary expression.
Parameters: value - the value expression Parameters: min - the minimum expression Parameters: max - the maximum expression Parameters: isNot - if true, this the between 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: cb - the java code generator |
generateWhereSubExpr | void generateWhereSubExpr(CharBuffer cb)(Code) | | Prints the where SQL for this expression
|
|
|