IS_INNER_JOIN, USES_DATA
Modifier | Constructor and Description |
---|---|
protected |
SumFunExpr(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 SumFunExpr |
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 SumFunExpr(QueryParser parser, java.lang.String id, java.util.ArrayList<AmberExpr> args, boolean distinct)
public static SumFunExpr create(QueryParser parser, java.lang.String id, java.util.ArrayList<AmberExpr> args, boolean distinct)