Uses of Class
org.mariadb.jdbc.pool.Pool
-
Packages that use Pool Package Description org.mariadb.jdbc org.mariadb.jdbc.pool -
-
Uses of Pool in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as Pool Modifier and Type Field Description private Pool
MariaDbPoolDataSource. pool
-
Uses of Pool in org.mariadb.jdbc.pool
Fields in org.mariadb.jdbc.pool with type parameters of type Pool Modifier and Type Field Description private static java.util.Map<Configuration,Pool>
Pools. poolMap
Methods in org.mariadb.jdbc.pool that return Pool Modifier and Type Method Description static Pool
Pools. retrievePool(Configuration conf)
Get existing pool for a configuration.Methods in org.mariadb.jdbc.pool with parameters of type Pool Modifier and Type Method Description static void
Pools. remove(Pool pool)
Remove pool.
-