public class SQLCommitStatement extends SQLStatementImpl
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLCommitStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLCommitStatement clone()
clone 在接口中 SQLObjectclone 在接口中 SQLStatementclone 在类中 SQLStatementImplpublic void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic 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–2023. All rights reserved.