类 MySqlFlushStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlStatementImpl
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlFlushStatement
- 所有已实现的接口:
SQLDbTypedObject,SQLObject,SQLStatement,MySqlObject,MySqlStatement
Created by wenshao on 16/08/2017.
-
字段概要
从类继承的字段 com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHints从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaccept0(MySqlASTVisitor visitor) voidvoidaddTable(SQLExprTableSource table) booleanbooleanbooleanbooleanbooleanbooleanbooleanisHots()booleanisLocal()booleanisLogs()booleanisMaster()booleanbooleanbooleanbooleanbooleanbooleanbooleanisStatus()booleanbooleanbooleanvoidsetBinaryLogs(boolean binaryLogs) voidsetDesKeyFile(boolean desKeyFile) voidsetEngineLogs(boolean engineLogs) voidsetErrorLogs(boolean errorLogs) voidsetForExport(boolean forExport) voidsetGeneralLogs(boolean generalLogs) voidsetHots(boolean hots) voidsetLocal(boolean local) voidsetLogs(boolean logs) voidsetMaster(boolean master) voidsetNoWriteToBinlog(boolean noWriteToBinlog) voidsetOptimizerCosts(boolean optimizerCosts) voidsetPrivileges(boolean privileges) voidsetQueryCache(boolean queryCache) voidsetRelayLogs(boolean relayLogs) voidsetRelayLogsForChannel(SQLExpr relayLogsForChannel) voidsetSlowLogs(boolean showLogs) voidsetStatus(boolean status) voidsetTableOption(boolean tableOption) voidsetUserResources(boolean userResources) voidsetVersion(SQLIntegerExpr version) voidsetWithReadLock(boolean withReadLock) 从类继承的方法 com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlStatementImpl
accept0, getChildren从类继承的方法 com.alibaba.druid.sql.ast.SQLStatementImpl
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedString从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent从接口继承的方法 com.alibaba.druid.sql.ast.SQLStatement
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString
-
构造器详细资料
-
MySqlFlushStatement
public MySqlFlushStatement()
-
-
方法详细资料
-
isNoWriteToBinlog
public boolean isNoWriteToBinlog() -
setNoWriteToBinlog
public void setNoWriteToBinlog(boolean noWriteToBinlog) -
isLocal
public boolean isLocal() -
setLocal
public void setLocal(boolean local) -
getTables
-
isWithReadLock
public boolean isWithReadLock() -
setWithReadLock
public void setWithReadLock(boolean withReadLock) -
isForExport
public boolean isForExport() -
setForExport
public void setForExport(boolean forExport) -
isBinaryLogs
public boolean isBinaryLogs() -
setBinaryLogs
public void setBinaryLogs(boolean binaryLogs) -
isDesKeyFile
public boolean isDesKeyFile() -
setDesKeyFile
public void setDesKeyFile(boolean desKeyFile) -
isEngineLogs
public boolean isEngineLogs() -
setEngineLogs
public void setEngineLogs(boolean engineLogs) -
isGeneralLogs
public boolean isGeneralLogs() -
setGeneralLogs
public void setGeneralLogs(boolean generalLogs) -
isHots
public boolean isHots() -
setHots
public void setHots(boolean hots) -
isLogs
public boolean isLogs() -
setLogs
public void setLogs(boolean logs) -
isPrivileges
public boolean isPrivileges() -
setPrivileges
public void setPrivileges(boolean privileges) -
isOptimizerCosts
public boolean isOptimizerCosts() -
setOptimizerCosts
public void setOptimizerCosts(boolean optimizerCosts) -
isQueryCache
public boolean isQueryCache() -
setQueryCache
public void setQueryCache(boolean queryCache) -
isRelayLogs
public boolean isRelayLogs() -
setRelayLogs
public void setRelayLogs(boolean relayLogs) -
getRelayLogsForChannel
-
setRelayLogsForChannel
-
isSlowLogs
public boolean isSlowLogs() -
setSlowLogs
public void setSlowLogs(boolean showLogs) -
isStatus
public boolean isStatus() -
setStatus
public void setStatus(boolean status) -
isUserResources
public boolean isUserResources() -
setUserResources
public void setUserResources(boolean userResources) -
isErrorLogs
public boolean isErrorLogs() -
setErrorLogs
public void setErrorLogs(boolean errorLogs) -
isTableOption
public boolean isTableOption() -
setTableOption
public void setTableOption(boolean tableOption) -
accept0
- 指定者:
accept0在接口中MySqlObject- 覆盖:
accept0在类中MySqlStatementImpl
-
addTable
-
addTable
-
getVersion
-
setVersion
-
isMaster
public boolean isMaster() -
setMaster
public void setMaster(boolean master)
-