public class SQLAggregateExpr extends SQLExprImpl implements Serializable
Constructor and Description |
---|
SQLAggregateExpr(String methodName) |
SQLAggregateExpr(String methodName,
SQLAggregateOption option) |
Modifier and Type | Method and Description |
---|---|
void |
addArgument(SQLExpr argument) |
boolean |
equals(Object obj) |
List<SQLExpr> |
getArguments() |
SQLKeep |
getKeep() |
String |
getMethodName() |
SQLAggregateOption |
getOption() |
SQLOver |
getOver() |
SQLOrderBy |
getWithinGroup() |
int |
hashCode() |
boolean |
isIgnoreNulls() |
void |
setIgnoreNulls(boolean ignoreNulls) |
void |
setKeep(SQLKeep keep) |
void |
setMethodName(String methodName) |
void |
setOption(SQLAggregateOption option) |
void |
setOver(SQLOver over) |
void |
setWithinGroup(SQLOrderBy withinGroup) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLAggregateExpr(String methodName)
public SQLAggregateExpr(String methodName, SQLAggregateOption option)
public String getMethodName()
public void setMethodName(String methodName)
public SQLOrderBy getWithinGroup()
public void setWithinGroup(SQLOrderBy withinGroup)
public SQLAggregateOption getOption()
public void setOption(SQLAggregateOption option)
public void addArgument(SQLExpr argument)
public SQLOver getOver()
public void setOver(SQLOver over)
public SQLKeep getKeep()
public void setKeep(SQLKeep keep)
public boolean isIgnoreNulls()
public void setIgnoreNulls(boolean ignoreNulls)
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.