public class OracleSelectForUpdate extends OracleSQLObjectImpl
| Constructor and Description |
|---|
OracleSelectForUpdate() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
List<SQLExpr> |
getOf() |
SQLExpr |
getWait() |
boolean |
isNotWait() |
boolean |
isSkipLocked() |
void |
setNotWait(boolean notWait) |
void |
setSkipLocked(boolean skipLocked) |
void |
setWait(SQLExpr wait) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic boolean isNotWait()
public void setNotWait(boolean notWait)
public SQLExpr getWait()
public void setWait(SQLExpr wait)
public boolean isSkipLocked()
public void setSkipLocked(boolean skipLocked)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplCopyright © 2013–2017 Alibaba Group. All rights reserved.