com.alibaba.druid.sql.dialect.postgresql.ast.expr
Class PGAnalytic

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by 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

Constructor Summary
PGAnalytic()
           
 
Method Summary
 void accept0(PGASTVisitor visitor)
           
 PGOrderBy getOrderBy()
           
 List<SQLExpr> getPartitionBy()
           
 void setOrderBy(PGOrderBy orderBy)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

PGAnalytic

public PGAnalytic()
Method Detail

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.