org.dbunit
Class DerbyEnvironment

java.lang.Object
  extended by org.dbunit.DatabaseEnvironment
      extended by org.dbunit.DerbyEnvironment

public class DerbyEnvironment
extends DatabaseEnvironment

Since:
Feb 18, 2002
Version:
$Revision: 754 $
Author:
Manuel Laflamme

Constructor Summary
DerbyEnvironment(DatabaseProfile profile)
           
 
Method Summary
static void executeDdlFile(File ddlFile, Connection connection)
           
static void executeSql(Connection connection, String sql)
           
 
Methods inherited from class org.dbunit.DatabaseEnvironment
closeConnection, getConnection, getDatabaseTester, getInitDataSet, getInstance, getProfile, support, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DerbyEnvironment

public DerbyEnvironment(DatabaseProfile profile)
                 throws Exception
Throws:
Exception
Method Detail

executeDdlFile

public static void executeDdlFile(File ddlFile,
                                  Connection connection)
                           throws Exception
Throws:
Exception

executeSql

public static void executeSql(Connection connection,
                              String sql)
                       throws SQLException
Throws:
SQLException


Copyright © 2002-2012. All Rights Reserved.