org.apache.commons.configuration.test
Class HsqlDB

java.lang.Object
  extended by org.apache.commons.configuration.test.HsqlDB

public class HsqlDB
extends Object

Stolen from Turbine

Version:
$Id: HsqlDB.java 439648 2006-09-02 20:42:10Z oheger $
Author:
Henning P. Schmiedehausen

Constructor Summary
HsqlDB(String uri, String databaseDriver, String loadFile)
           
 
Method Summary
 void close()
           
 Connection getConnection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HsqlDB

public HsqlDB(String uri,
              String databaseDriver,
              String loadFile)
       throws Exception
Throws:
Exception
Method Detail

getConnection

public Connection getConnection()

close

public void close()


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.