public class SQLAggregateExpr extends SQLExprImpl implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLAggregateExpr.Option |
| 构造器和说明 |
|---|
SQLAggregateExpr(String methodName) |
SQLAggregateExpr(String methodName,
SQLAggregateExpr.Option option) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
List<SQLExpr> |
getArguments() |
String |
getMethodName() |
SQLAggregateExpr.Option |
getOption() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setMethodName(String methodName) |
void |
setOption(SQLAggregateExpr.Option option) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentpublic SQLAggregateExpr(String methodName)
public SQLAggregateExpr(String methodName, SQLAggregateExpr.Option option)
public String getMethodName()
public void setMethodName(String methodName)
public SQLAggregateExpr.Option getOption()
public void setOption(SQLAggregateExpr.Option option)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2012 Alibaba Group. All Rights Reserved.