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.idleConnectionsMethods in org.mariadb.jdbc.pool that return MariaDbInnerPoolConnectionModifier and TypeMethodDescriptionprivate MariaDbInnerPoolConnectionPool.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 voidPool.closeAll(Collection<MariaDbInnerPoolConnection> collection)