org.rhq.helpers.perftest.support.dbunit
Class DbUnitUtil

java.lang.Object
  extended by org.rhq.helpers.perftest.support.dbunit.DbUnitUtil

public class DbUnitUtil
extends Object

Author:
Lukas Krejci

Method Summary
static org.dbunit.database.IDatabaseConnection getConnection(Properties settings)
           
static org.dbunit.database.IDatabaseConnection getConnection(String url, String user, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConnection

public static org.dbunit.database.IDatabaseConnection getConnection(Properties settings)
                                                             throws SQLException,
                                                                    org.dbunit.DatabaseUnitException
Throws:
SQLException
org.dbunit.DatabaseUnitException

getConnection

public static org.dbunit.database.IDatabaseConnection getConnection(String url,
                                                                    String user,
                                                                    String password)
                                                             throws SQLException,
                                                                    org.dbunit.DatabaseUnitException
Throws:
SQLException
org.dbunit.DatabaseUnitException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.