public static class PGSelectQueryBlock.ForClause extends PGSQLObjectImpl
Modifier and Type | Class and Description |
---|---|
static class |
PGSelectQueryBlock.ForClause.Option |
Constructor and Description |
---|
ForClause() |
Modifier and Type | Method and Description |
---|---|
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) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public PGSelectQueryBlock.ForClause.Option getOption()
public void setOption(PGSelectQueryBlock.ForClause.Option option)
public boolean isNoWait()
public void setNoWait(boolean noWait)
public void accept0(PGASTVisitor visitor)
accept0
in interface PGSQLObject
accept0
in class PGSQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.