|
||||||||||
| 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.DateTimeFunExpr
com.caucho.amber.expr.fun.CurrentTimeFunExpr
public class CurrentTimeFunExpr
CURRENT_TIME function expression
| Field Summary |
|---|
| Fields inherited from interface com.caucho.amber.expr.AmberExpr |
|---|
IS_INNER_JOIN, USES_DATA |
| Constructor Summary | |
|---|---|
protected |
CurrentTimeFunExpr(QueryParser parser)
Creates a new expression |
| Method Summary | |
|---|---|
static FunExpr |
create(QueryParser parser)
|
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 CurrentTimeFunExpr(QueryParser parser)
| Method Detail |
|---|
public static FunExpr create(QueryParser parser)
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 | |||||||||