|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.dbcp.DriverManagerConnectionFactory
public class 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:subname
props
- 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)
connectUri
- a database url of the form
jdbc:subprotocol:subname
uname
- the database userpasswd
- the user's passwordMethod Detail |
---|
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 connection
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |