public class OracleLockTableStatement extends OracleStatementImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OracleLockTableStatement.LockMode |
| 限定符和类型 | 字段和说明 |
|---|---|
private OracleLockTableStatement.LockMode |
lockMode |
private boolean |
noWait |
private SQLExprTableSource |
table |
private SQLExpr |
wait |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
OracleLockTableStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
List<SQLObject> |
getChildren() |
OracleLockTableStatement.LockMode |
getLockMode() |
SQLExprTableSource |
getTable() |
SQLExpr |
getWait() |
boolean |
isNoWait() |
void |
setLockMode(OracleLockTableStatement.LockMode lockMode) |
void |
setNoWait(boolean noWait) |
void |
setTable(SQLExprTableSource table) |
void |
setTable(SQLName table) |
void |
setWait(SQLExpr wait) |
accept0, toStringclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLExprTableSource table
private OracleLockTableStatement.LockMode lockMode
private boolean noWait
private SQLExpr wait
public boolean isNoWait()
public void setNoWait(boolean noWait)
public SQLExpr getWait()
public void setWait(SQLExpr wait)
public SQLExprTableSource getTable()
public void setTable(SQLExprTableSource table)
public void setTable(SQLName table)
public OracleLockTableStatement.LockMode getLockMode()
public void setLockMode(OracleLockTableStatement.LockMode lockMode)
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleStatementImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplCopyright © 2013–2019 Alibaba Group. All rights reserved.