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) |
toStringgetDbType, setDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleStatementImplpublic 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.