| java.lang.Object com.caucho.ejb.ql.Expr com.caucho.ejb.ql.UnaryExpr
UnaryExpr | class UnaryExpr extends Expr (Code) | | A unary expression
|
Constructor Summary | |
| UnaryExpr(int op, Expr expr) Creates a unary expression. |
UnaryExpr | UnaryExpr(int op, Expr expr) throws ConfigException(Code) | | Creates a unary expression.
Parameters: op - the operation Parameters: expr - the expression |
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 |
|
|