public class OracleLockTableStatement extends OracleStatementImpl
限定符和类型 | 类和说明 |
---|---|
static class |
OracleLockTableStatement.LockMode |
构造器和说明 |
---|
OracleLockTableStatement() |
限定符和类型 | 方法和说明 |
---|---|
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) |
toString
getDbType, setDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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
在接口中 OracleSQLObject
accept0
在类中 OracleStatementImpl
Copyright © 2013–2016 Alibaba Group. All rights reserved.