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) |
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) |
toString
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getDbType, isAfterSemi, setAfterSemi
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 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
in interface OracleSQLObject
accept0
in class OracleStatementImpl
public List<SQLObject> getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.