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 PoolMariaDbPoolDataSource. 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. poolMapMethods in org.mariadb.jdbc.pool that return Pool Modifier and Type Method Description static PoolPools. 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 voidPools. remove(Pool pool)Remove pool.
-