com.alibaba.druid.sql.dialect.postgresql.ast.expr
Class PGAnalytic
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.postgresql.ast.expr.PGAnalytic
- All Implemented Interfaces:
- SQLExpr, SQLObject, PGExpr, PGSQLObject, Serializable
public class PGAnalytic
- extends SQLObjectImpl
- implements PGExpr
- See Also:
- Serialized Form
PGAnalytic
public PGAnalytic()
getOrderBy
public PGOrderBy getOrderBy()
setOrderBy
public void setOrderBy(PGOrderBy orderBy)
accept0
public void accept0(PGASTVisitor visitor)
- Specified by:
accept0 in interface PGSQLObject
getPartitionBy
public List<SQLExpr> getPartitionBy()
Copyright © 2012 Alibaba Group. All Rights Reserved.