Example usage for org.apache.commons.dbcp ConnectionFactory interface-usage

List of usage examples for org.apache.commons.dbcp ConnectionFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.dbcp ConnectionFactory interface-usage.

Usage

From source file ca.sqlpower.sql.JDBCDSConnectionFactory.java

/**
 * A simple wrapper around SPDataSource that lets it implement
 * the Apache DBCP ConnectionFactory interface.  We didn't want to pollute
 * SPDataSource itself with the Apache class dependency.
 */
public class JDBCDSConnectionFactory implements ConnectionFactory {

From source file org.openbravo.database.OpenbravoDriverManagerConnectionFactory.java

class OpenbravoDriverManagerConnectionFactory implements ConnectionFactory {
    protected String _connectUri;
    protected String _uname;
    protected String _passwd;
    protected Properties _props;
    protected String _dbSessionConfig;