Package org.apache.tomcat.dbcp.dbcp2
Interface ConnectionFactory
- All Known Subinterfaces:
XAConnectionFactory
- All Known Implementing Classes:
DataSourceConnectionFactory
,DataSourceXAConnectionFactory
,DriverConnectionFactory
,DriverManagerConnectionFactory
,LocalXAConnectionFactory
public interface ConnectionFactory
Abstract factory interface for creating
Connection
s.- Since:
- 2.0
-
Method Summary
-
Method Details
-
createConnection
Create a newConnection
in an implementation specific fashion.- Returns:
- a new
Connection
- Throws:
SQLException
- if a database error occurs creating the connection
-