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

Author:
Felipe Leme

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

Constructor Detail

H2Connection

public H2Connection(java.sql.Connection connection,
                    java.lang.String schema)


Copyright © 2002-2008. All Rights Reserved.