public class OracleCommitStatement extends OracleStatementImpl
Constructor and Description |
---|
OracleCommitStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
Boolean |
getImmediate() |
Boolean |
getWait() |
boolean |
isWrite() |
void |
setImmediate(Boolean immediate) |
void |
setWait(Boolean wait) |
void |
setWrite(boolean write) |
toString
getDbType, setDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleStatementImpl
public boolean isWrite()
public void setWrite(boolean write)
public Boolean getWait()
public void setWait(Boolean wait)
public Boolean getImmediate()
public void setImmediate(Boolean immediate)
Copyright © 2013–2017 Alibaba Group. All rights reserved.