Uses of Class
org.mariadb.jdbc.MariaDbPoolConnection
Packages that use MariaDbPoolConnection
-
Uses of MariaDbPoolConnection in org.mariadb.jdbc
Subclasses of MariaDbPoolConnection in org.mariadb.jdbcModifier and TypeClassDescriptionclassMariaDB pool connection implementationMethods in org.mariadb.jdbc with parameters of type MariaDbPoolConnectionModifier and TypeMethodDescriptionvoidConnection.setPoolConnection(MariaDbPoolConnection poolConnection) Internal method. -
Uses of MariaDbPoolConnection in org.mariadb.jdbc.export
Methods in org.mariadb.jdbc.export with parameters of type MariaDbPoolConnectionModifier and TypeMethodDescriptionExceptionFactory.setPoolConnection(MariaDbPoolConnection internalPoolConnection) Set pool connection to factoryConstructors in org.mariadb.jdbc.export with parameters of type MariaDbPoolConnectionModifierConstructorDescriptionSqlExceptionFactory(Connection connection, MariaDbPoolConnection poolConnection, Configuration conf, HostAddress hostAddress, long threadId, Statement statement, String sql) Constructor of Exception factory with SQL -
Uses of MariaDbPoolConnection in org.mariadb.jdbc.pool
Subclasses of MariaDbPoolConnection in org.mariadb.jdbc.poolModifier and TypeClassDescriptionclassMariaDB pool connection for internal pool permit to add a last used information, to remove connection after staying in pool for long time.