Interface ConnectionFactory
- All Known Subinterfaces:
XAConnectionFactory
- All Known Implementing Classes:
DataSourceConnectionFactory, DataSourceXAConnectionFactory, DriverConnectionFactory, DriverManagerConnectionFactory, LocalXAConnectionFactory
-
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
-