Class DriverConnectionFactory

java.lang.Object
org.apache.tomcat.dbcp.dbcp2.DriverConnectionFactory
All Implemented Interfaces:
ConnectionFactory

public class DriverConnectionFactory extends Object implements ConnectionFactory
A Driver-based implementation of ConnectionFactory.
Since:
2.0
  • Constructor Details

    • DriverConnectionFactory

      public DriverConnectionFactory(Driver driver, String connectString, Properties properties)
      Constructs a connection factory for a given Driver.
      Parameters:
      driver - The Driver.
      connectString - The connection string.
      properties - The connection properties.
  • Method Details