Save This Page
Home » commons-dbcp-1.2.2-src » org.apache.commons » dbcp » [javadoc | source]
org.apache.commons.dbcp
public class: DriverConnectionFactory [javadoc | source]
java.lang.Object
   org.apache.commons.dbcp.DriverConnectionFactory

All Implemented Interfaces:
    ConnectionFactory

A Driver -based implementation of ConnectionFactory .
Field Summary
protected  Driver _driver     
protected  String _connectUri     
protected  Properties _props     
Constructor:
 public DriverConnectionFactory(Driver driver,
    String connectUri,
    Properties props) 
Method from org.apache.commons.dbcp.DriverConnectionFactory Summary:
createConnection,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.dbcp.DriverConnectionFactory Detail:
 public Connection createConnection() throws SQLException 
 public String toString()