| java.lang.Object com.caucho.amber.expr.AbstractAmberExpr com.caucho.amber.expr.OrExpr
generateHaving | public void generateHaving(CharBuffer cb)(Code) | | Generates the having expression.
|
generateJoin | public void generateJoin(CharBuffer cb)(Code) | | Generates the join expression.
|
generateUpdateWhere | public void generateUpdateWhere(CharBuffer cb)(Code) | | Generates the (update) where expression.
|
generateWhere | public void generateWhere(CharBuffer cb)(Code) | | Generates the where expression.
|
isBoolean | public boolean isBoolean()(Code) | | Returns true for a boolean expression.
|
setInternalArgType | public void setInternalArgType(AmberExpr other)(Code) | | Binds the argument type based on another expr.
|
usesFrom | public boolean usesFrom(FromItem from, int type, boolean isNot)(Code) | | Returns true if the expression uses the from item.
|
|
|