org.dbunit.ext.mckoi
Class MckoiConnection

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

public class MckoiConnection
extends DatabaseConnection

Database connection for Mckoi that pre-configures all properties required to successfully use dbunit with Mckoi.

Since:
2.4.8
Version:
$Revision: 1181 $ $Date: 2010-04-17 17:25:46 +0200 (sab, 17 apr 2010) $
Author:
Luigi Talamona (luigitalamona AT users.sourceforge.net), Last changed by: $Author: gommma $

Constructor Summary
MckoiConnection(java.sql.Connection connection, java.lang.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, 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, createTable, getConfig, getRowCount, getRowCount, getStatementFactory
 

Constructor Detail

MckoiConnection

public MckoiConnection(java.sql.Connection connection,
                       java.lang.String schema)
                throws DatabaseUnitException
Throws:
DatabaseUnitException


Copyright © 2002-2010. All Rights Reserved.