org.apache.commons.dbcp
Interface ConnectionFactory
- DataSourceConnectionFactory, DriverConnectionFactory, DriverManagerConnectionFactory
public interface ConnectionFactory
Abstract factory interface for creating
Connections.
$Revision: 491655 $ $Date: 2007-01-01 15:05:30 -0700 (Mon, 01 Jan 2007) $
createConnection
public abstract Connection createConnection()
throws SQLException Create a new
Connection in an
implementation specific fashion.
Copyright © 2001-2004 Apache Software Foundation. Documenation generated June 19 2007.