public class PGAggregateExpr extends SQLAggregateExpr implements PGSQLObject
SQLAggregateExpr.Option| 构造器和说明 |
|---|
PGAggregateExpr(String methodName) |
PGAggregateExpr(String methodName,
SQLAggregateExpr.Option option) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(PGASTVisitor visitor) |
PGAnalytic |
getOver() |
void |
output(StringBuffer buf) |
void |
setOver(PGAnalytic over) |
equals, getArguments, getMethodName, getOption, hashCode, setMethodName, setOptionaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentpublic PGAggregateExpr(String methodName, SQLAggregateExpr.Option option)
public PGAggregateExpr(String methodName)
public PGAnalytic getOver()
public void setOver(PGAnalytic over)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLAggregateExprpublic void accept0(PGASTVisitor visitor)
accept0 在接口中 PGSQLObjectCopyright © 2012 Alibaba Group. All Rights Reserved.