Uses of Class
org.mariadb.jdbc.pool.MariaDbInnerPoolConnection
Packages that use MariaDbInnerPoolConnection
-
Uses of MariaDbInnerPoolConnection in org.mariadb.jdbc.pool
Fields in org.mariadb.jdbc.pool with type parameters of type MariaDbInnerPoolConnectionModifier and TypeFieldDescriptionprivate final LinkedBlockingDeque
<MariaDbInnerPoolConnection> Pool.idleConnections
Methods in org.mariadb.jdbc.pool that return MariaDbInnerPoolConnectionModifier and TypeMethodDescriptionprivate MariaDbInnerPoolConnection
Pool.getIdleConnection
(long timeout, TimeUnit timeUnit) Get an existing idle connection in pool.Pool.getPoolConnection()
Retrieve new connection.Pool.getPoolConnection
(String username, String password) Get new connection from pool if user and password correspond to pool.Method parameters in org.mariadb.jdbc.pool with type arguments of type MariaDbInnerPoolConnectionModifier and TypeMethodDescriptionprivate void
Pool.closeAll
(Collection<MariaDbInnerPoolConnection> collection)