| java.lang.Object com.caucho.ejb.ql.Expr com.caucho.ejb.ql.BinaryExpr
BinaryExpr | class BinaryExpr extends Expr (Code) | | A binary expression
|
BinaryExpr | BinaryExpr(Query query, int op, Expr left, Expr right) throws ConfigException(Code) | | Creates a binary expression.
Parameters: op - the operation Parameters: left - the left expression Parameters: right - the right expression |
evalTypes | void evalTypes() throws ConfigException(Code) | | Evaluates the types for the expression
|
generateSelect | void generateSelect(CharBuffer cb)(Code) | | |
generateWhere | void generateWhere(CharBuffer cb)(Code) | | Prints the where SQL for this expression
Parameters: gen - the java code generator |
generateWhereSubExpr | void generateWhereSubExpr(CharBuffer cb)(Code) | | Generates the where SQL for this expression
|
|
|