Uses of Class
io.agroal.pool.wrapper.ConnectionWrapper
Packages that use ConnectionWrapper
-
Uses of ConnectionWrapper in io.agroal.pool
Methods in io.agroal.pool that return ConnectionWrapperModifier and TypeMethodDescriptionConnectionHandler.connectionWrapper()ConnectionHandler.detachedWrapper()Methods in io.agroal.pool with parameters of type ConnectionWrapperModifier and TypeMethodDescriptionvoidConnectionHandler.onConnectionWrapperClose(ConnectionWrapper wrapper, ConnectionWrapper.JdbcResourcesLeakReport leakReport) -
Uses of ConnectionWrapper in io.agroal.pool.wrapper
Fields in io.agroal.pool.wrapper declared as ConnectionWrapperConstructors in io.agroal.pool.wrapper with parameters of type ConnectionWrapperModifierConstructorDescriptionCallableStatementWrapper(ConnectionWrapper connectionWrapper, CallableStatement statement, boolean trackJdbcResources, AutoCloseableElement head) PreparedStatementWrapper(ConnectionWrapper connectionWrapper, PreparedStatement statement, boolean trackJdbcResources, AutoCloseableElement head) StatementWrapper(ConnectionWrapper connectionWrapper, Statement statement, boolean trackResources, AutoCloseableElement head)