com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Class PGSelectQueryBlock.WindowClause
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.postgresql.ast.PGSQLObjectImpl
com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGSelectQueryBlock.WindowClause
- All Implemented Interfaces:
- SQLObject, PGSQLObject, Serializable
- Enclosing class:
- PGSelectQueryBlock
public static class PGSelectQueryBlock.WindowClause
- extends PGSQLObjectImpl
- See Also:
- Serialized Form
PGSelectQueryBlock.WindowClause
public PGSelectQueryBlock.WindowClause()
getName
public SQLExpr getName()
setName
public void setName(SQLExpr name)
getDefinition
public List<SQLExpr> getDefinition()
setDefinition
public void setDefinition(List<SQLExpr> definition)
accept0
public void accept0(PGASTVisitor visitor)
- Specified by:
accept0 in interface PGSQLObject- Specified by:
accept0 in class PGSQLObjectImpl
Copyright © 2012 Alibaba Group. All Rights Reserved.