Uses of Class
org.mariadb.jdbc.internal.util.pool.Pool
Packages that use Pool
-
Uses of Pool in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as PoolModifier and TypeFieldDescriptionprivate Pool
MariaDbDataSource.pool
private Pool
MariaDbPoolDataSource.pool
Methods in org.mariadb.jdbc that return Pool -
Uses of Pool in org.mariadb.jdbc.internal.util.pool
Fields in org.mariadb.jdbc.internal.util.pool with type parameters of type PoolMethods in org.mariadb.jdbc.internal.util.pool that return PoolModifier and TypeMethodDescriptionstatic Pool
Pools.retrievePool
(UrlParser urlParser) Get existing pool for a configuration.Methods in org.mariadb.jdbc.internal.util.pool with parameters of type Pool