|
||||||||||
| 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.SqrtFunExpr
public class SqrtFunExpr
SQRT function expression
| Field Summary |
|---|
| Fields inherited from interface com.caucho.amber.expr.AmberExpr |
|---|
IS_INNER_JOIN, USES_DATA |
| Constructor Summary | |
|---|---|
protected |
SqrtFunExpr(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. |
AmberType |
getType()
Returns the expr type. |
| Methods inherited from class com.caucho.amber.expr.fun.FunExpr |
|---|
bindSelect, create, generateHaving, getArgs, getObject, 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 SqrtFunExpr(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 AmberExprgenerateWhere in class FunExprpublic void generateUpdateWhere(CharBuffer cb)
generateUpdateWhere in interface AmberExprgenerateUpdateWhere in class FunExprpublic AmberType getType()
getType in interface AmberExprgetType in class FunExpr
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||