org.apache.velocity.test.sql
Class HsqlDB

java.lang.Object
  extended by org.apache.velocity.test.sql.HsqlDB

public class HsqlDB
extends Object


Constructor Summary
HsqlDB(String uri, 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 loadFile)
       throws Exception
Throws:
Exception
Method Detail

getConnection

public Connection getConnection()

close

public void close()


Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.