net.datacrow.core.db.upgrade
Class UpgradeHsqlEngine

java.lang.Object
  extended by net.datacrow.core.db.upgrade.UpgradeHsqlEngine

public class UpgradeHsqlEngine
extends java.lang.Object

This class upgrades the old HSQL database, version 1.8.1 to the latest version 2.2.9. It opens the database in the old engine, stores it as a script after which it can be upgraded to the latest version of HSQL.

Author:
Robert Jan van der Waals

Constructor Summary
UpgradeHsqlEngine()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeHsqlEngine

public UpgradeHsqlEngine()
Method Detail

run

public void run()