Interface StatisticRenovator
- All Known Implementing Classes:
DB2ShellScriptBasedStatisticRenovator,ShellScriptBasedStatisticRenovator,SqlScriptBasedStatisticRenovator
public interface StatisticRenovator
Renews the DB table statistics for the working-tables.
- Author:
- Ralf Wisser
-
Method Summary
Modifier and TypeMethodDescriptionvoidrenew(Session session, ExecutionContext executionContext) Renews the DB table statistics for the working-tables.
-
Method Details
-
renew
Renews the DB table statistics for the working-tables.- Parameters:
session- for execution of SQL-statementsexecutionContext- the execution context- Throws:
Exception
-