org.hsqldb
Class ScriptRunner

java.lang.Object
  extended byorg.hsqldb.ScriptRunner

public class ScriptRunner
extends Object


Constructor Summary
ScriptRunner()
           
 
Method Summary
static void runScript(Database database, String scriptFilename, int logType)
          This is used to read the *.log file and manage any necessary transaction rollback.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptRunner

public ScriptRunner()
Method Detail

runScript

public static void runScript(Database database,
                             String scriptFilename,
                             int logType)
                      throws HsqlException
This is used to read the *.log file and manage any necessary transaction rollback.

Throws:
HsqlException


Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.