MySqlSetTransactionStatement

Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlStatementImpl.accept0
Undocumented in source.

Functions

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getAccessModel
string getAccessModel()
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.
getGlobal
Boolean getGlobal()
Undocumented in source. Be warned that the author may not have intended to support it.
getIsolationLevel
string getIsolationLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
getSession
Boolean getSession()
Undocumented in source. Be warned that the author may not have intended to support it.
setAccessModel
void setAccessModel(string accessModel)
Undocumented in source. Be warned that the author may not have intended to support it.
setGlobal
void setGlobal(Boolean global)
Undocumented in source. Be warned that the author may not have intended to support it.
setIsolationLevel
void setIsolationLevel(string isolationLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
setSession
void setSession(Boolean session)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySqlStatementImpl

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(MySqlASTVisitor 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.

Meta