Uses of Class
org.mariadb.jdbc.pool.InternalPoolConnection
Packages that use InternalPoolConnection
-
Uses of InternalPoolConnection in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return InternalPoolConnectionModifier and TypeMethodDescriptionMariaDbPoolDataSource.getPooledConnection()
MariaDbPoolDataSource.getPooledConnection
(String username, String password) -
Uses of InternalPoolConnection in org.mariadb.jdbc.pool
Fields in org.mariadb.jdbc.pool with type parameters of type InternalPoolConnectionModifier and TypeFieldDescriptionprivate final LinkedBlockingDeque<InternalPoolConnection>
Pool.idleConnections
Methods in org.mariadb.jdbc.pool that return InternalPoolConnectionModifier and TypeMethodDescriptionprivate InternalPoolConnection
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 InternalPoolConnectionModifier and TypeMethodDescriptionprivate void
Pool.closeAll
(Collection<InternalPoolConnection> collection)