|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
com.alibaba.druid.sql.ast.expr.SQLAggregateExpr
com.alibaba.druid.sql.dialect.postgresql.ast.PGAggregateExpr
public class PGAggregateExpr
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.alibaba.druid.sql.ast.expr.SQLAggregateExpr |
|---|
SQLAggregateExpr.Option |
| Constructor Summary | |
|---|---|
PGAggregateExpr(String methodName)
|
|
PGAggregateExpr(String methodName,
SQLAggregateExpr.Option option)
|
|
| Method Summary | |
|---|---|
void |
accept0(PGASTVisitor visitor)
|
PGAnalytic |
getOver()
|
void |
output(StringBuffer buf)
|
void |
setOver(PGAnalytic over)
|
| Methods inherited from class com.alibaba.druid.sql.ast.expr.SQLAggregateExpr |
|---|
equals, getArguments, getMethodName, getOption, hashCode, setMethodName, setOption |
| Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl |
|---|
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject |
|---|
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent |
| Constructor Detail |
|---|
public PGAggregateExpr(String methodName,
SQLAggregateExpr.Option option)
public PGAggregateExpr(String methodName)
| Method Detail |
|---|
public PGAnalytic getOver()
public void setOver(PGAnalytic over)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLAggregateExprpublic void accept0(PGASTVisitor visitor)
accept0 in interface PGSQLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||