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() |
boolean |
isSkipLocked() |
void |
setNoWait(boolean noWait) |
void |
setOf(List<SQLExpr> of) |
void |
setOption(PGSelectQueryBlock.ForClause.Option option) |
void |
setSkipLocked(boolean skipLocked) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic PGSelectQueryBlock.ForClause.Option getOption()
public void setOption(PGSelectQueryBlock.ForClause.Option option)
public boolean isNoWait()
public void setNoWait(boolean noWait)
public boolean isSkipLocked()
public void setSkipLocked(boolean skipLocked)
public void accept0(PGASTVisitor visitor)
accept0 in interface PGSQLObjectaccept0 in class PGSQLObjectImplCopyright © 2013–2021 Alibaba Group. All rights reserved.