public class SQLCommitStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLCommitStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLCommitStatement |
clone() |
Boolean |
getChain() |
SQLExpr |
getDelayedDurability() |
Boolean |
getImmediate() |
Boolean |
getRelease() |
SQLExpr |
getTransactionName() |
Boolean |
getWait() |
boolean |
isWork() |
boolean |
isWrite() |
void |
setChain(Boolean chain) |
void |
setDelayedDurability(SQLExpr delayedDurability) |
void |
setImmediate(Boolean immediate) |
void |
setRelease(Boolean release) |
void |
setTransactionName(SQLExpr transactionName) |
void |
setWait(Boolean wait) |
void |
setWork(boolean work) |
void |
setWrite(boolean write) |
getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
public SQLCommitStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLStatementImpl
public void accept0(SQLASTVisitor visitor)
public boolean isWrite()
public void setWrite(boolean write)
public Boolean getWait()
public void setWait(Boolean wait)
public Boolean getImmediate()
public void setImmediate(Boolean immediate)
public Boolean getChain()
public void setChain(Boolean chain)
public Boolean getRelease()
public void setRelease(Boolean release)
public boolean isWork()
public void setWork(boolean work)
public SQLExpr getTransactionName()
public void setTransactionName(SQLExpr transactionName)
public SQLExpr getDelayedDurability()
public void setDelayedDurability(SQLExpr delayedDurability)
Copyright © 2013–2021 Alibaba Group. All rights reserved.