| |
|
| java.lang.Object com.caucho.ejb.ql.Expr com.caucho.ejb.ql.AndExpr
AndExpr | class AndExpr extends Expr (Code) | | A binary expression
|
Constructor Summary | |
| AndExpr(Query query) Creates an and expression. |
AndExpr | AndExpr(Query query) throws ConfigException(Code) | | Creates an and expression.
|
add | void add(Expr expr)(Code) | | Adds a subexpression.
|
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 |
generateWhereSubExpr | void generateWhereSubExpr(CharBuffer cb)(Code) | | Prints the where SQL for this expression
|
getSingleExpr | Expr getSingleExpr()(Code) | | Return the expression if single.
|
printSelect | void printSelect(CharBuffer cb) throws ConfigException(Code) | | |
|
|
|