Class FBConnectionPoolDataSource

All Implemented Interfaces:
Referenceable, CommonDataSource, ConnectionPoolDataSource, AttachmentProperties, BaseProperties, DatabaseConnectionProperties, FirebirdConnectionProperties

public class FBConnectionPoolDataSource extends FBAbstractCommonDataSource implements ConnectionPoolDataSource, Referenceable
Bare-bones implementation of ConnectionPoolDataSource.

Please be aware that this is not a connectionpool. This class provides PooledConnection objects for connection pool implementations (eg as provided by a JEE application server). If you need a standalone connectionpool, consider using a connectionpool implementation like HikariCP, c3p0 or DBCP.

Since:
2.2
Author:
Mark Rotteveel