org.dbunit
Class DerbyEnvironment
java.lang.Object
org.dbunit.DatabaseEnvironment
org.dbunit.DerbyEnvironment
public class DerbyEnvironment
- extends DatabaseEnvironment
- Since:
- Feb 18, 2002
- Version:
- $Revision: 754 $
- Author:
- Manuel Laflamme
DerbyEnvironment
public DerbyEnvironment(DatabaseProfile profile)
throws Exception
- Throws:
Exception
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.