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 InternalPoolConnectionMariaDbPoolDataSource. getPooledConnection()InternalPoolConnectionMariaDbPoolDataSource. 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. idleConnectionsMethods in org.mariadb.jdbc.pool that return InternalPoolConnection Modifier and Type Method Description private InternalPoolConnectionPool. getIdleConnection(long timeout, java.util.concurrent.TimeUnit timeUnit)Get an existing idle connection in pool.InternalPoolConnectionPool. getPoolConnection()Retrieve new connection.InternalPoolConnectionPool. 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 voidPool. closeAll(java.util.Collection<InternalPoolConnection> collection)
-