Package rife.database

Class ConnectionPool

java.lang.Object
rife.database.ConnectionPool
All Implemented Interfaces:
AutoCloseable

public class ConnectionPool extends Object implements AutoCloseable
This is a class designed for database connection pooling. By storing connections, along with the thread that they are assigned to, thread-aware operations can be performed safely, securely, and more efficiently.
Since:
1.0