Uses of Class
org.mariadb.jdbc.pool.InternalPoolConnection
-
Packages that use InternalPoolConnection Package Description org.mariadb.jdbc org.mariadb.jdbc.pool -
-
Uses of InternalPoolConnection in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return InternalPoolConnection Modifier and Type Method Description InternalPoolConnection
MariaDbPoolDataSource. getPooledConnection()
InternalPoolConnection
MariaDbPoolDataSource. getPooledConnection(java.lang.String username, java.lang.String password)
-
Uses of InternalPoolConnection in org.mariadb.jdbc.pool
Fields in org.mariadb.jdbc.pool with type parameters of type InternalPoolConnection Modifier and Type Field Description private java.util.concurrent.LinkedBlockingDeque<InternalPoolConnection>
Pool. idleConnections
Methods in org.mariadb.jdbc.pool that return InternalPoolConnection Modifier and Type Method Description private InternalPoolConnection
Pool. getIdleConnection(long timeout, java.util.concurrent.TimeUnit timeUnit)
Get an existing idle connection in pool.InternalPoolConnection
Pool. getPoolConnection()
Retrieve new connection.InternalPoolConnection
Pool. getPoolConnection(java.lang.String username, java.lang.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 InternalPoolConnection Modifier and Type Method Description private void
Pool. closeAll(java.util.Collection<InternalPoolConnection> collection)
-