Uses of Class
io.agroal.pool.wrapper.ConnectionWrapper
-
Packages that use ConnectionWrapper Package Description io.agroal.pool io.agroal.pool.wrapper -
-
Uses of ConnectionWrapper in io.agroal.pool
Methods in io.agroal.pool that return ConnectionWrapper Modifier and Type Method Description ConnectionWrapperConnectionHandler. connectionWrapper()ConnectionWrapperConnectionHandler. detachedWrapper()Methods in io.agroal.pool with parameters of type ConnectionWrapper Modifier and Type Method Description voidConnectionHandler. onConnectionWrapperClose(ConnectionWrapper wrapper, ConnectionWrapper.JdbcResourcesLeakReport leakReport) -
Uses of ConnectionWrapper in io.agroal.pool.wrapper
Fields in io.agroal.pool.wrapper declared as ConnectionWrapper Modifier and Type Field Description protected ConnectionWrapperStatementWrapper. connectionConstructors in io.agroal.pool.wrapper with parameters of type ConnectionWrapper Constructor Description CallableStatementWrapper(ConnectionWrapper connectionWrapper, CallableStatement statement, boolean trackJdbcResources)PreparedStatementWrapper(ConnectionWrapper connectionWrapper, PreparedStatement statement, boolean trackJdbcResources)StatementWrapper(ConnectionWrapper connectionWrapper, Statement statement, boolean trackResources)
-