org.iternine.jeppetto.testsupport.db
Class MySQLDatabase

java.lang.Object
  extended by org.iternine.jeppetto.testsupport.db.Database
      extended by org.iternine.jeppetto.testsupport.db.MySQLDatabase

public class MySQLDatabase
extends Database


Constructor Summary
MySQLDatabase(ConnectionSource connectionSource)
           
 
Method Summary
 void close()
           
protected  void onNewIDatabaseConnection(org.dbunit.database.IDatabaseConnection connection)
           
 
Methods inherited from class org.iternine.jeppetto.testsupport.db.Database
clearDatabase, executeArbitrarySql, getIDatabaseConnection, loadXmlDataSet, loadXmlDataSetResource, writeXmlDataSet, writeXmlDataSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLDatabase

public MySQLDatabase(ConnectionSource connectionSource)
Method Detail

close

public void close()
Specified by:
close in class Database

onNewIDatabaseConnection

protected void onNewIDatabaseConnection(org.dbunit.database.IDatabaseConnection connection)
Specified by:
onNewIDatabaseConnection in class Database


Copyright © 2012. All Rights Reserved.