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 |
isTableOption() |
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 |
setTableOption(boolean tableOption) |
void |
setUserResources(boolean userResources) |
void |
setWithReadLock(boolean withReadLock) |
getChildrenclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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 boolean isTableOption()
public void setTableOption(boolean tableOption)
public void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlStatementImplpublic void addTable(SQLName name)
public void addTable(SQLExprTableSource table)
Copyright © 2013–2018 Alibaba Group. All rights reserved.