Java org.apache.commons.dbcp2 PoolingDataSource fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.dbcp2 PoolingDataSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.dbcp2 PoolingDataSource.

The text is from its open source code.

Subclass

org.apache.commons.dbcp2.PoolingDataSource has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidclose()
Close and free all Connection s from the pool.
ConnectiongetConnection()
Return a java.sql.Connection from my pool, according to the contract specified by ObjectPool#borrowObject .
voidsetAccessToUnderlyingConnectionAllowed(boolean allow)
Sets the value of the accessToUnderlyingConnectionAllowed property.