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, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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 PGSQLObjectaccept0 in class PGSQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.