Class PoolingDataSource<C extends Connection>

java.lang.Object
org.apache.commons.dbcp2.PoolingDataSource<C>
Type Parameters:
C - The connection type
All Implemented Interfaces:
AutoCloseable, Wrapper, CommonDataSource, DataSource
Direct Known Subclasses:
ManagedDataSource

public class PoolingDataSource<C extends Connection> extends Object implements DataSource, AutoCloseable
A simple DataSource implementation that obtains Connections from the specified ObjectPool.
Since:
2.0