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 Type
    Method
    Description
    void
    renew(Session session, ExecutionContext executionContext)
    Renews the DB table statistics for the working-tables.
  • Method Details

    • renew

      void renew(Session session, ExecutionContext executionContext) throws Exception
      Renews the DB table statistics for the working-tables.
      Parameters:
      session - for execution of SQL-statements
      executionContext - the execution context
      Throws:
      Exception