Uses of Class
io.agroal.pool.util.AutoCloseableElement
Packages that use AutoCloseableElement
-
Uses of AutoCloseableElement in io.agroal.pool.util
Methods in io.agroal.pool.util that return AutoCloseableElementModifier and TypeMethodDescriptionstatic AutoCloseableElementAutoCloseableElement.newHead()Create a special marker element to be used as head of a collection.Constructors in io.agroal.pool.util with parameters of type AutoCloseableElement -
Uses of AutoCloseableElement in io.agroal.pool.wrapper
Subclasses of AutoCloseableElement in io.agroal.pool.wrapperModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classclassfinal classclassConstructors in io.agroal.pool.wrapper with parameters of type AutoCloseableElementModifierConstructorDescriptionCallableStatementWrapper(ConnectionWrapper connectionWrapper, CallableStatement statement, boolean trackJdbcResources, AutoCloseableElement head) ConnectionWrapper(ConnectionHandler connectionHandler, boolean trackResources, AutoCloseableElement head) PreparedStatementWrapper(ConnectionWrapper connectionWrapper, PreparedStatement statement, boolean trackJdbcResources, AutoCloseableElement head) ResultSetWrapper(StatementWrapper statementWrapper, ResultSet resultSet, AutoCloseableElement head) StatementWrapper(ConnectionWrapper connectionWrapper, Statement statement, boolean trackResources, AutoCloseableElement head) XAResourceWrapper(ConnectionHandler connectionHandler, XAResource resource, AutoCloseableElement head)