com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Class PGSelectQueryBlock.FetchClause

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

Nested Class Summary
static class PGSelectQueryBlock.FetchClause.Option
           
 
Constructor Summary
PGSelectQueryBlock.FetchClause()
           
 
Method Summary
 void accept0(PGASTVisitor visitor)
           
 SQLExpr getCount()
           
 PGSelectQueryBlock.FetchClause.Option getOption()
           
 void setCount(SQLExpr count)
           
 void setOption(PGSelectQueryBlock.FetchClause.Option option)
           
 
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

PGSelectQueryBlock.FetchClause

public PGSelectQueryBlock.FetchClause()
Method Detail

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.