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

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.ForClause
All Implemented Interfaces:
SQLObject, PGSQLObject, Serializable
Enclosing class:
PGSelectQueryBlock

public static class PGSelectQueryBlock.ForClause
extends PGSQLObjectImpl

See Also:
Serialized Form

Nested Class Summary
static class PGSelectQueryBlock.ForClause.Option
           
 
Constructor Summary
PGSelectQueryBlock.ForClause()
           
 
Method Summary
 void accept0(PGASTVisitor visitor)
           
 List<SQLExpr> getOf()
           
 PGSelectQueryBlock.ForClause.Option getOption()
           
 boolean isNoWait()
           
 void setNoWait(boolean noWait)
           
 void setOf(List<SQLExpr> of)
           
 void setOption(PGSelectQueryBlock.ForClause.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.ForClause

public PGSelectQueryBlock.ForClause()
Method Detail

getOption

public PGSelectQueryBlock.ForClause.Option getOption()

setOption

public void setOption(PGSelectQueryBlock.ForClause.Option option)

getOf

public List<SQLExpr> getOf()

setOf

public void setOf(List<SQLExpr> of)

isNoWait

public boolean isNoWait()

setNoWait

public void setNoWait(boolean noWait)

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.