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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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 OracleSQLObject
accept0
in class OracleSQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.