org.apache.commons.dbcp
Class DriverConnectionFactory
java.lang.Object
org.apache.commons.dbcp.DriverConnectionFactory
- All Implemented Interfaces:
- ConnectionFactory
public class DriverConnectionFactory
- extends java.lang.Object
- implements ConnectionFactory
A Driver
-based implementation of ConnectionFactory
.
- Version:
- $Revision: 479137 $ $Date: 2006-11-25 10:51:48 -0500 (Sat, 25 Nov 2006) $
- Author:
- Rodney Waldhoff
Constructor Summary |
DriverConnectionFactory(java.sql.Driver driver,
java.lang.String connectUri,
java.util.Properties props)
|
Method Summary |
java.sql.Connection |
createConnection()
Create a new Connection in an
implementation specific fashion. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DriverConnectionFactory
public DriverConnectionFactory(java.sql.Driver driver,
java.lang.String connectUri,
java.util.Properties props)
createConnection
public java.sql.Connection createConnection()
throws java.sql.SQLException
- Description copied from interface:
ConnectionFactory
- Create a new
Connection
in an
implementation specific fashion.
- Specified by:
createConnection
in interface ConnectionFactory
- Returns:
- a new
Connection
- Throws:
java.sql.SQLException
- if a database error occurs creating the connection
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001-2004 Apache Software Foundation. Documenation generated March 15 2012.