Uses of Interface
com.zetaplugins.lifestealz.storage.connectionPool.ConnectionPool
Packages that use ConnectionPool
Package
Description
-
Uses of ConnectionPool in com.zetaplugins.lifestealz.storage
Methods in com.zetaplugins.lifestealz.storage that return ConnectionPoolModifier and TypeMethodDescriptionMariaDBStorage.getConnectionPool()MySQLStorage.getConnectionPool()SQLiteStorage.getConnectionPool()abstract ConnectionPoolSQLStorage.getConnectionPool() -
Uses of ConnectionPool in com.zetaplugins.lifestealz.storage.connectionPool
Classes in com.zetaplugins.lifestealz.storage.connectionPool that implement ConnectionPoolModifier and TypeClassDescriptionfinal classA MariaDB connection pool that manages connections to a MariaDB database.final classA MySQL connection pool that manages connections to a MySQL database.final classConnection pool for SQLite.