Uses of Class
org.mariadb.jdbc.pool.MariaDbInnerPoolConnection
-
Packages that use MariaDbInnerPoolConnection Package Description org.mariadb.jdbc.pool -
-
Uses of MariaDbInnerPoolConnection in org.mariadb.jdbc.pool
Methods in org.mariadb.jdbc.pool that return MariaDbInnerPoolConnection Modifier and Type Method Description MariaDbInnerPoolConnectionPool. getPoolConnection()Retrieve new connection.MariaDbInnerPoolConnectionPool. getPoolConnection(String username, String password)Get new connection from pool if user and password correspond to pool.
-