com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Class PGSelectQueryBlock.FetchClause
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.FetchClause
- All Implemented Interfaces:
- SQLObject, PGSQLObject, Serializable
- Enclosing class:
- PGSelectQueryBlock
public static class PGSelectQueryBlock.FetchClause
- extends PGSQLObjectImpl
- See Also:
- Serialized Form
PGSelectQueryBlock.FetchClause
public PGSelectQueryBlock.FetchClause()
getOption
public PGSelectQueryBlock.FetchClause.Option getOption()
setOption
public void setOption(PGSelectQueryBlock.FetchClause.Option option)
getCount
public SQLExpr getCount()
setCount
public void setCount(SQLExpr count)
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.