public class DriverConnectionFactory extends Object implements ConnectionFactory
Driver
-based implementation of ConnectionFactory
.Modifier and Type | Field and Description |
---|---|
protected String |
_connectUri |
protected Driver |
_driver |
protected Properties |
_props |
Constructor and Description |
---|
DriverConnectionFactory(Driver driver,
String connectUri,
Properties props) |
Modifier and Type | Method and Description |
---|---|
Connection |
createConnection()
Create a new
Connection in an
implementation specific fashion. |
String |
toString() |
protected Driver _driver
protected String _connectUri
protected Properties _props
public DriverConnectionFactory(Driver driver, String connectUri, Properties props)
public Connection createConnection() throws SQLException
ConnectionFactory
Connection
in an
implementation specific fashion.createConnection
in interface ConnectionFactory
Connection
SQLException
- if a database error occurs creating the connectionCopyright © 2017. All rights reserved.