org.apache.commons.dbcp
Interface ConnectionFactory
- DataSourceConnectionFactory, DriverConnectionFactory, DriverManagerConnectionFactory
public interface ConnectionFactory
Abstract factory interface for creating java.sql.Connection
s.
Version:
- Rodney Waldhoff
Connection | createConnection() - Create a new
java.sql.Connection in an
implementation specific fashion.
|
createConnection
public Connection createConnection()
throws SQLException
Create a new java.sql.Connection
in an
implementation specific fashion.
- a new
java.sql.Connection
Copyright © 2001-2003 Apache Software Foundation. Documenation generated May 22 2005.