Uses of Class
org.mariadb.jdbc.internal.util.pool.Pool
-
Packages that use Pool Package Description org.mariadb.jdbc org.mariadb.jdbc.internal.util.pool -
-
Uses of Pool in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return Pool Modifier and Type Method Description PoolMariaDbPoolDataSource. testGetPool()Get pool. !! -
Uses of Pool in org.mariadb.jdbc.internal.util.pool
Methods in org.mariadb.jdbc.internal.util.pool that return Pool Modifier and Type Method Description static PoolPools. retrievePool(UrlParser urlParser)Get existing pool for a configuration.Methods in org.mariadb.jdbc.internal.util.pool with parameters of type Pool Modifier and Type Method Description static voidPools. remove(Pool pool)Remove pool.
-