MySqlFlushStatement

Created by wenshao on 16/08/2017.

Constructors

this
this()
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.
addTable
void addTable(SQLName name)
Undocumented in source. Be warned that the author may not have intended to support it.
addTable
void addTable(SQLExprTableSource table)
Undocumented in source. Be warned that the author may not have intended to support it.
getRelayLogsForChannel
SQLExpr getRelayLogsForChannel()
Undocumented in source. Be warned that the author may not have intended to support it.
getTables
List!(SQLExprTableSource) getTables()
Undocumented in source. Be warned that the author may not have intended to support it.
isBinaryLogs
bool isBinaryLogs()
Undocumented in source. Be warned that the author may not have intended to support it.
isDesKeyFile
bool isDesKeyFile()
Undocumented in source. Be warned that the author may not have intended to support it.
isEngineLogs
bool isEngineLogs()
Undocumented in source. Be warned that the author may not have intended to support it.
isErrorLogs
bool isErrorLogs()
Undocumented in source. Be warned that the author may not have intended to support it.
isForExport
bool isForExport()
Undocumented in source. Be warned that the author may not have intended to support it.
isGeneralLogs
bool isGeneralLogs()
Undocumented in source. Be warned that the author may not have intended to support it.
isHots
bool isHots()
Undocumented in source. Be warned that the author may not have intended to support it.
isLocal
bool isLocal()
Undocumented in source. Be warned that the author may not have intended to support it.
isLogs
bool isLogs()
Undocumented in source. Be warned that the author may not have intended to support it.
isNoWriteToBinlog
bool isNoWriteToBinlog()
Undocumented in source. Be warned that the author may not have intended to support it.
isOptimizerCosts
bool isOptimizerCosts()
Undocumented in source. Be warned that the author may not have intended to support it.
isPrivileges
bool isPrivileges()
Undocumented in source. Be warned that the author may not have intended to support it.
isQueryCache
bool isQueryCache()
Undocumented in source. Be warned that the author may not have intended to support it.
isRelayLogs
bool isRelayLogs()
Undocumented in source. Be warned that the author may not have intended to support it.
isSlowLogs
bool isSlowLogs()
Undocumented in source. Be warned that the author may not have intended to support it.
isStatus
bool isStatus()
Undocumented in source. Be warned that the author may not have intended to support it.
isTableOption
bool isTableOption()
Undocumented in source. Be warned that the author may not have intended to support it.
isUserResources
bool isUserResources()
Undocumented in source. Be warned that the author may not have intended to support it.
isWithReadLock
bool isWithReadLock()
Undocumented in source. Be warned that the author may not have intended to support it.
setBinaryLogs
void setBinaryLogs(bool binaryLogs)
Undocumented in source. Be warned that the author may not have intended to support it.
setDesKeyFile
void setDesKeyFile(bool desKeyFile)
Undocumented in source. Be warned that the author may not have intended to support it.
setEngineLogs
void setEngineLogs(bool engineLogs)
Undocumented in source. Be warned that the author may not have intended to support it.
setErrorLogs
void setErrorLogs(bool errorLogs)
Undocumented in source. Be warned that the author may not have intended to support it.
setForExport
void setForExport(bool forExport)
Undocumented in source. Be warned that the author may not have intended to support it.
setGeneralLogs
void setGeneralLogs(bool generalLogs)
Undocumented in source. Be warned that the author may not have intended to support it.
setHots
void setHots(bool hots)
Undocumented in source. Be warned that the author may not have intended to support it.
setLocal
void setLocal(bool local)
Undocumented in source. Be warned that the author may not have intended to support it.
setLogs
void setLogs(bool logs)
Undocumented in source. Be warned that the author may not have intended to support it.
setNoWriteToBinlog
void setNoWriteToBinlog(bool noWriteToBinlog)
Undocumented in source. Be warned that the author may not have intended to support it.
setOptimizerCosts
void setOptimizerCosts(bool optimizerCosts)
Undocumented in source. Be warned that the author may not have intended to support it.
setPrivileges
void setPrivileges(bool privileges)
Undocumented in source. Be warned that the author may not have intended to support it.
setQueryCache
void setQueryCache(bool queryCache)
Undocumented in source. Be warned that the author may not have intended to support it.
setRelayLogs
void setRelayLogs(bool relayLogs)
Undocumented in source. Be warned that the author may not have intended to support it.
setRelayLogsForChannel
void setRelayLogsForChannel(SQLExpr relayLogsForChannel)
Undocumented in source. Be warned that the author may not have intended to support it.
setSlowLogs
void setSlowLogs(bool showLogs)
Undocumented in source. Be warned that the author may not have intended to support it.
setStatus
void setStatus(bool status)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableOption
void setTableOption(bool tableOption)
Undocumented in source. Be warned that the author may not have intended to support it.
setUserResources
void setUserResources(bool userResources)
Undocumented in source. Be warned that the author may not have intended to support it.
setWithReadLock
void setWithReadLock(bool withReadLock)
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