public class SQLAggregateExpr extends SQLExprImpl implements Serializable
| 构造器和说明 |
|---|
SQLAggregateExpr(String methodName) |
SQLAggregateExpr(String methodName,
SQLAggregateOption option) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
List<SQLExpr> |
getArguments() |
String |
getMethodName() |
SQLAggregateOption |
getOption() |
SQLOver |
getOver() |
SQLOrderBy |
getWithinGroup() |
int |
hashCode() |
boolean |
isIgnoreNulls() |
void |
setIgnoreNulls(boolean ignoreNulls) |
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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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 SQLOver getOver()
public void setOver(SQLOver over)
public boolean isIgnoreNulls()
public void setIgnoreNulls(boolean ignoreNulls)
public int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2013-2015 Alibaba Group. All Rights Reserved.