public class MySqlFlushStatement extends MySqlStatementImpl
Constructor and Description |
---|
MySqlFlushStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(MySqlASTVisitor visitor) |
void |
addTable(SQLExprTableSource table) |
void |
addTable(SQLName name) |
SQLExpr |
getRelayLogsForChannel() |
List<SQLExprTableSource> |
getTables() |
boolean |
isBinaryLogs() |
boolean |
isDesKeyFile() |
boolean |
isEngineLogs() |
boolean |
isErrorLogs() |
boolean |
isForExport() |
boolean |
isGeneralLogs() |
boolean |
isHots() |
boolean |
isLocal() |
boolean |
isLogs() |
boolean |
isNoWriteToBinlog() |
boolean |
isOptimizerCosts() |
boolean |
isPrivileges() |
boolean |
isQueryCache() |
boolean |
isRelayLogs() |
boolean |
isSlowLogs() |
boolean |
isStatus() |
boolean |
isUserResources() |
boolean |
isWithReadLock() |
void |
setBinaryLogs(boolean binaryLogs) |
void |
setDesKeyFile(boolean desKeyFile) |
void |
setEngineLogs(boolean engineLogs) |
void |
setErrorLogs(boolean errorLogs) |
void |
setForExport(boolean forExport) |
void |
setGeneralLogs(boolean generalLogs) |
void |
setHots(boolean hots) |
void |
setLocal(boolean local) |
void |
setLogs(boolean logs) |
void |
setNoWriteToBinlog(boolean noWriteToBinlog) |
void |
setOptimizerCosts(boolean optimizerCosts) |
void |
setPrivileges(boolean privileges) |
void |
setQueryCache(boolean queryCache) |
void |
setRelayLogs(boolean relayLogs) |
void |
setRelayLogsForChannel(SQLExpr relayLogsForChannel) |
void |
setSlowLogs(boolean showLogs) |
void |
setStatus(boolean status) |
void |
setUserResources(boolean userResources) |
void |
setWithReadLock(boolean withReadLock) |
getChildren
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public boolean isNoWriteToBinlog()
public void setNoWriteToBinlog(boolean noWriteToBinlog)
public boolean isLocal()
public void setLocal(boolean local)
public List<SQLExprTableSource> getTables()
public boolean isWithReadLock()
public void setWithReadLock(boolean withReadLock)
public boolean isForExport()
public void setForExport(boolean forExport)
public boolean isBinaryLogs()
public void setBinaryLogs(boolean binaryLogs)
public boolean isDesKeyFile()
public void setDesKeyFile(boolean desKeyFile)
public boolean isEngineLogs()
public void setEngineLogs(boolean engineLogs)
public boolean isGeneralLogs()
public void setGeneralLogs(boolean generalLogs)
public boolean isHots()
public void setHots(boolean hots)
public boolean isLogs()
public void setLogs(boolean logs)
public boolean isPrivileges()
public void setPrivileges(boolean privileges)
public boolean isOptimizerCosts()
public void setOptimizerCosts(boolean optimizerCosts)
public boolean isQueryCache()
public void setQueryCache(boolean queryCache)
public boolean isRelayLogs()
public void setRelayLogs(boolean relayLogs)
public SQLExpr getRelayLogsForChannel()
public void setRelayLogsForChannel(SQLExpr relayLogsForChannel)
public boolean isSlowLogs()
public void setSlowLogs(boolean showLogs)
public boolean isStatus()
public void setStatus(boolean status)
public boolean isUserResources()
public void setUserResources(boolean userResources)
public boolean isErrorLogs()
public void setErrorLogs(boolean errorLogs)
public void accept0(MySqlASTVisitor visitor)
accept0
in interface MySqlObject
accept0
in class MySqlStatementImpl
public void addTable(SQLName name)
public void addTable(SQLExprTableSource table)
Copyright © 2013–2017 Alibaba Group. All rights reserved.