com.caucho.amber.expr.fun
Class MinFunExpr
java.lang.Object
com.caucho.amber.expr.AbstractAmberExpr
com.caucho.amber.expr.fun.FunExpr
com.caucho.amber.expr.fun.MinFunExpr
- All Implemented Interfaces:
- AmberExpr
public class MinFunExpr
- extends FunExpr
MIN() function expression
Constructor Summary |
protected |
MinFunExpr(QueryParser parser,
java.lang.String id,
java.util.ArrayList<AmberExpr> args,
boolean distinct)
Creates a new function expression |
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 |
MinFunExpr
protected MinFunExpr(QueryParser parser,
java.lang.String id,
java.util.ArrayList<AmberExpr> args,
boolean distinct)
- Creates a new function expression
create
public static MinFunExpr create(QueryParser parser,
java.lang.String id,
java.util.ArrayList<AmberExpr> args,
boolean distinct)
getType
public AmberType getType()
- Returns the expr type.
- Specified by:
getType
in interface AmberExpr
- Overrides:
getType
in class FunExpr