IS_INNER_JOIN, USES_DATA
Modifier | Constructor and Description |
---|---|
protected |
MaxFunExpr(QueryParser parser,
java.lang.String id,
java.util.ArrayList<AmberExpr> args,
boolean distinct)
Creates a new function expression
|
Modifier and Type | Method and Description |
---|---|
static MaxFunExpr |
create(QueryParser parser,
java.lang.String id,
java.util.ArrayList<AmberExpr> args,
boolean distinct) |
AmberType |
getType()
Returns the expr type.
|
bindSelect, generateHaving, generateUpdateWhere, generateWhere, getArgs, getObject, toString, usesFrom
createBoolean, exists, exists, findItem, generateJoin, generateSelect, getCacheObject, getColumnCount, hasRelationship, isBoolean, replaceJoin, setInternalArgType, usesFrom
protected MaxFunExpr(QueryParser parser, java.lang.String id, java.util.ArrayList<AmberExpr> args, boolean distinct)
public static MaxFunExpr create(QueryParser parser, java.lang.String id, java.util.ArrayList<AmberExpr> args, boolean distinct)