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(String username, String password) -
Uses of InternalPoolConnection in org.mariadb.jdbc.pool
Methods in org.mariadb.jdbc.pool that return InternalPoolConnection Modifier and Type Method Description InternalPoolConnectionPool. getPoolConnection()Retrieve new connection.InternalPoolConnectionPool. getPoolConnection(String username, String password)Get new connection from pool if user and password correspond to pool.
-