Restores the state of a Database instance from an SQL log file.
If there is an error, processing stops at that line and the message is
logged to the application log. If memory runs out, an exception is thrown.
author: fredt@users version: 1.8.0 since: 1.7.2
Method Summary
public static void
runScript(Database database, String logFilename, int logType) This is used to read the *.log file and manage any necessary
transaction rollback.