public class OracleLockTableStatement extends OracleStatementImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
OracleLockTableStatement.LockMode |
| Constructor and Description |
|---|
OracleLockTableStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleLockTableStatement.LockMode |
getLockMode() |
SQLName |
getTable() |
SQLExpr |
getWait() |
boolean |
isNoWait() |
void |
setLockMode(OracleLockTableStatement.LockMode lockMode) |
void |
setNoWait(boolean noWait) |
void |
setTable(SQLName table) |
void |
setWait(SQLExpr wait) |
toStringgetDbType, setDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic boolean isNoWait()
public void setNoWait(boolean noWait)
public SQLExpr getWait()
public void setWait(SQLExpr wait)
public SQLName getTable()
public void setTable(SQLName table)
public OracleLockTableStatement.LockMode getLockMode()
public void setLockMode(OracleLockTableStatement.LockMode lockMode)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleStatementImplCopyright © 2013–2017 Alibaba Group. All rights reserved.