public static class OscarSelectQueryBlock.ForClause extends OscarObjectImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
OscarSelectQueryBlock.ForClause.Option |
| Constructor and Description |
|---|
ForClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OscarASTVisitor visitor) |
List<SQLExpr> |
getOf() |
OscarSelectQueryBlock.ForClause.Option |
getOption() |
boolean |
isNoWait() |
boolean |
isSkipLocked() |
void |
setNoWait(boolean noWait) |
void |
setOf(List<SQLExpr> of) |
void |
setOption(OscarSelectQueryBlock.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 OscarSelectQueryBlock.ForClause.Option getOption()
public void setOption(OscarSelectQueryBlock.ForClause.Option option)
public boolean isNoWait()
public void setNoWait(boolean noWait)
public boolean isSkipLocked()
public void setSkipLocked(boolean skipLocked)
public void accept0(OscarASTVisitor visitor)
accept0 in interface OscarObjectaccept0 in class OscarObjectImplCopyright © 2013–2022 Alibaba Group. All rights reserved.