public class OracleLockTableStatement extends OracleStatementImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OracleLockTableStatement.LockMode |
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
OracleLockTableStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
List<SQLObject> |
getChildren() |
OracleLockTableStatement.LockMode |
getLockMode() |
SQLExpr |
getPartition() |
SQLExprTableSource |
getTable() |
SQLExpr |
getWait() |
boolean |
isNoWait() |
void |
setLockMode(OracleLockTableStatement.LockMode lockMode) |
void |
setNoWait(boolean noWait) |
void |
setPartition(SQLExpr partition) |
void |
setTable(SQLExprTableSource table) |
void |
setTable(SQLName table) |
void |
setWait(SQLExpr wait) |
accept0, toStringclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic 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 SQLExpr getPartition()
public void setPartition(SQLExpr partition)
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleStatementImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplCopyright © 2013–2023. All rights reserved.