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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

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.
voidsetLogWriter(PrintWriter out)
Sets my log writer.
voidsetPool(ObjectPool pool)