com.alibaba.druid.sql.dialect.postgresql.ast
Class PGAnalyticWindowing
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.postgresql.ast.PGAnalyticWindowing
- All Implemented Interfaces:
- SQLExpr, SQLObject, PGExpr, PGSQLObject, Serializable
public class PGAnalyticWindowing
- extends SQLObjectImpl
- implements PGExpr
- See Also:
- Serialized Form
PGAnalyticWindowing
public PGAnalyticWindowing()
accept0
public void accept0(PGASTVisitor visitor)
- Specified by:
accept0 in interface PGSQLObject
getExpr
public SQLExpr getExpr()
setExpr
public void setExpr(SQLExpr expr)
getType
public PGAnalyticWindowing.Type getType()
setType
public void setType(PGAnalyticWindowing.Type type)
Copyright © 2012 Alibaba Group. All Rights Reserved.