|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.apache.commons.dbcp.DriverManagerConnectionFactory
A DriverManager-based implementation of ConnectionFactory.
| Constructor Summary | |
DriverManagerConnectionFactory(String connectUri,
Properties props)
Constructor for DriverManagerConnectionFactory. |
|
DriverManagerConnectionFactory(String connectUri,
String uname,
String passwd)
Constructor for DriverManagerConnectionFactory. |
|
| Method Summary | |
Connection |
createConnection()
Create a new Connection in an
implementation specific fashion. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DriverManagerConnectionFactory(String connectUri,
Properties props)
connectUri - a database url of the form
jdbc:subprotocol:subnameprops - a list of arbitrary string tag/value pairs as
connection arguments; normally at least a "user" and "password"
property should be included.
public DriverManagerConnectionFactory(String connectUri,
String uname,
String passwd)
| Method Detail |
public Connection createConnection()
throws SQLException
ConnectionFactoryConnection in an
implementation specific fashion.
createConnection in interface ConnectionFactoryConnection
SQLException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||