com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Class PGSelectQueryBlock.ForClause
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.ForClause
- All Implemented Interfaces:
- SQLObject, PGSQLObject, Serializable
- Enclosing class:
- PGSelectQueryBlock
public static class PGSelectQueryBlock.ForClause
- extends PGSQLObjectImpl
- See Also:
- Serialized Form
PGSelectQueryBlock.ForClause
public PGSelectQueryBlock.ForClause()
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.