| Factory interface for DbUnit.
As we are not using the DbUnit base class directly, we need something to replace the getConnection() factory method.
A factory comes to mind, and this is it.
There are many different implementations for this interface, typically one per database type, and probably one
generic.
author: adam version: $Id: DatabaseConnectionFactory.java,v 1.1 2005/12/03 12:51:41 adamskogman Exp $ |