Uses of Class
org.mariadb.jdbc.pool.MariaDbInnerPoolConnection
-
Packages that use MariaDbInnerPoolConnection Package Description org.mariadb.jdbc org.mariadb.jdbc.pool -
-
Uses of MariaDbInnerPoolConnection in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return MariaDbInnerPoolConnection Modifier and Type Method Description MariaDbInnerPoolConnectionMariaDbPoolDataSource. getPooledConnection()MariaDbInnerPoolConnectionMariaDbPoolDataSource. getPooledConnection(String username, String password) -
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.
-