SQLCommitStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLCommitStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getChain
Boolean getChain()
Undocumented in source. Be warned that the author may not have intended to support it.
getDelayedDurability
SQLExpr getDelayedDurability()
Undocumented in source. Be warned that the author may not have intended to support it.
getImmediate
Boolean getImmediate()
Undocumented in source. Be warned that the author may not have intended to support it.
getRelease
Boolean getRelease()
Undocumented in source. Be warned that the author may not have intended to support it.
getTransactionName
SQLExpr getTransactionName()
Undocumented in source. Be warned that the author may not have intended to support it.
getWait
Boolean getWait()
Undocumented in source. Be warned that the author may not have intended to support it.
isWork
bool isWork()
Undocumented in source. Be warned that the author may not have intended to support it.
isWrite
bool isWrite()
Undocumented in source. Be warned that the author may not have intended to support it.
setChain
void setChain(Boolean chain)
Undocumented in source. Be warned that the author may not have intended to support it.
setDelayedDurability
void setDelayedDurability(SQLExpr delayedDurability)
Undocumented in source. Be warned that the author may not have intended to support it.
setImmediate
void setImmediate(Boolean immediate)
Undocumented in source. Be warned that the author may not have intended to support it.
setRelease
void setRelease(Boolean release)
Undocumented in source. Be warned that the author may not have intended to support it.
setTransactionName
void setTransactionName(SQLExpr transactionName)
Undocumented in source. Be warned that the author may not have intended to support it.
setWait
void setWait(Boolean wait)
Undocumented in source. Be warned that the author may not have intended to support it.
setWork
void setWork(bool work)
Undocumented in source. Be warned that the author may not have intended to support it.
setWrite
void setWrite(bool write)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SQLStatementImpl

dbType
string dbType;
Undocumented in source.
afterSemi
bool afterSemi;
Undocumented in source.
headHints
List!SQLCommentHint headHints;
Undocumented in source.
getDbType
string getDbType()
Undocumented in source. Be warned that the author may not have intended to support it.
setDbType
void setDbType(string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toLowerCaseString
string toLowerCaseString()
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
isAfterSemi
bool isAfterSemi()
Undocumented in source. Be warned that the author may not have intended to support it.
setAfterSemi
void setAfterSemi(bool afterSemi)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeadHintsDirect
List!SQLCommentHint getHeadHintsDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
setHeadHints
void setHeadHints(List!SQLCommentHint headHints)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta