|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amber.expr.AbstractAmberExpr
com.caucho.amber.expr.fun.FunExpr
com.caucho.amber.expr.fun.LowerFunExpr
public class LowerFunExpr
LOWER function expression
Field Summary |
---|
Fields inherited from interface com.caucho.amber.expr.AmberExpr |
---|
IS_INNER_JOIN, USES_DATA |
Constructor Summary | |
---|---|
protected |
LowerFunExpr(QueryParser parser,
java.util.ArrayList<AmberExpr> args)
Creates a new expression |
Method Summary | |
---|---|
static FunExpr |
create(QueryParser parser,
java.util.ArrayList<AmberExpr> args)
|
void |
generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression. |
void |
generateWhere(CharBuffer cb)
Generates the where expression. |
Methods inherited from class com.caucho.amber.expr.fun.FunExpr |
---|
bindSelect, create, generateHaving, getArgs, getObject, getType, toString, usesFrom |
Methods inherited from class com.caucho.amber.expr.AbstractAmberExpr |
---|
createBoolean, exists, exists, findItem, generateJoin, generateSelect, getCacheObject, getColumnCount, hasRelationship, isBoolean, replaceJoin, setInternalArgType, usesFrom |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected LowerFunExpr(QueryParser parser, java.util.ArrayList<AmberExpr> args)
Method Detail |
---|
public static FunExpr create(QueryParser parser, java.util.ArrayList<AmberExpr> args)
public void generateWhere(CharBuffer cb)
generateWhere
in interface AmberExpr
generateWhere
in class FunExpr
public void generateUpdateWhere(CharBuffer cb)
generateUpdateWhere
in interface AmberExpr
generateUpdateWhere
in class FunExpr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |