org.dbunit
Class HypersonicEnvironment
java.lang.Object
org.dbunit.DatabaseEnvironment
org.dbunit.HypersonicEnvironment
public class HypersonicEnvironment
- extends DatabaseEnvironment
- Since:
- Feb 18, 2002
- Version:
- $Revision: 880 $
- Author:
- Manuel Laflamme
HypersonicEnvironment
public HypersonicEnvironment(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
createJdbcConnection
public static Connection createJdbcConnection(String databaseName)
throws Exception
- Throws:
Exception
closeConnection
public void closeConnection()
throws Exception
- Overrides:
closeConnection
in class DatabaseEnvironment
- Throws:
Exception
shutdown
public static void shutdown(Connection connection)
throws SQLException
- Throws:
SQLException
deleteFiles
public static void deleteFiles(String filename)
deleteFiles
public static void deleteFiles(File directory,
String filename)
Copyright © 2002-2012. All Rights Reserved.