org.dbunit.ext.h2
Class H2Connection

java.lang.Object
  extended by org.dbunit.database.AbstractDatabaseConnection
      extended by org.dbunit.database.DatabaseConnection
          extended by org.dbunit.ext.h2.H2Connection
All Implemented Interfaces:
IDatabaseConnection

public class H2Connection
extends DatabaseConnection

Since:
2.2.1
Version:
$Revision: 766 $ $Date: 2008-08-01 13:05:20 +0200 (Fri, 01 Aug 2008) $
Author:
Felipe Leme, Last changed by: $Author: gommma $

Constructor Summary
H2Connection(Connection connection, String schema)
           
 
Method Summary
 
Methods inherited from class org.dbunit.database.DatabaseConnection
close, getConnection, getSchema, toString
 
Methods inherited from class org.dbunit.database.AbstractDatabaseConnection
createDataSet, createDataSet, createQueryTable, createTable, getConfig, getRowCount, getRowCount, getStatementFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.dbunit.database.IDatabaseConnection
createDataSet, createDataSet, createQueryTable, createTable, getConfig, getRowCount, getRowCount, getStatementFactory
 

Constructor Detail

H2Connection

public H2Connection(Connection connection,
                    String schema)
             throws DatabaseUnitException
Throws:
DatabaseUnitException


Copyright © 2002-2012. All Rights Reserved.