Class DB2ShellScriptBasedStatisticRenovator
java.lang.Object
net.sf.jailer.database.ShellScriptBasedStatisticRenovator
net.sf.jailer.database.DB2ShellScriptBasedStatisticRenovator
- All Implemented Interfaces:
StatisticRenovator
Renews the DB2 table statistics for the working-tables
by executing a shell-script.
- Author:
- Ralf Wisser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetScriptInvocation(Session session) Gets shell-invocation.Methods inherited from class net.sf.jailer.database.ShellScriptBasedStatisticRenovator
renew
-
Constructor Details
-
DB2ShellScriptBasedStatisticRenovator
Constructor.- Parameters:
scriptInvocation- invocation of the script-file
-
-
Method Details
-
getScriptInvocation
Gets shell-invocation.- Overrides:
getScriptInvocationin classShellScriptBasedStatisticRenovator- Parameters:
session- for execution of SQL-statements- Returns:
- shell-invocation
- Throws:
Exception
-