Uses of Interface
org.strassburger.lifestealz.storage.connectionPool.ConnectionPool
Packages that use ConnectionPool
Package
Description
-
Uses of ConnectionPool in org.strassburger.lifestealz.storage
Methods in org.strassburger.lifestealz.storage that return ConnectionPoolModifier and TypeMethodDescriptionMariaDBStorage.getConnectionPool()
MySQLStorage.getConnectionPool()
SQLiteStorage.getConnectionPool()
abstract ConnectionPool
SQLStorage.getConnectionPool()
-
Uses of ConnectionPool in org.strassburger.lifestealz.storage.connectionPool
Classes in org.strassburger.lifestealz.storage.connectionPool that implement ConnectionPoolModifier and TypeClassDescriptionfinal class
A MariaDB connection pool that manages connections to a MariaDB database.final class
A MySQL connection pool that manages connections to a MySQL database.final class
Connection pool for SQLite.