Class MySqlReorgTablesTool
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.tools.AbstractTablesOperationTool
-
- de.akquinet.jbosscc.guttenbase.tools.mysql.MySqlReorgTablesTool
-
public class MySqlReorgTablesTool extends AbstractTablesOperationTool
Will execute OPTIMIZE TABLE table;© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
-
-
Field Summary
-
Fields inherited from class de.akquinet.jbosscc.guttenbase.tools.AbstractTablesOperationTool
_connectorRepository, _scriptExecutor, TABLE_PLACEHOLDER
-
-
Constructor Summary
Constructors Constructor Description MySqlReorgTablesTool(ConnectorRepository connectorRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeOnAllTables(String target)
-
Methods inherited from class de.akquinet.jbosscc.guttenbase.tools.AbstractTablesOperationTool
executeOnAllTables, executeOnTable, isApplicableOnTable
-
-
-
-
Constructor Detail
-
MySqlReorgTablesTool
public MySqlReorgTablesTool(ConnectorRepository connectorRepository)
-
-
Method Detail
-
executeOnAllTables
public void executeOnAllTables(String target) throws SQLException
- Throws:
SQLException
-
-