Uses of Class
org.ujmp.jdbc.autoclose.AutoCloseConnection
Packages that use AutoCloseConnection
-
Uses of AutoCloseConnection in org.ujmp.jdbc.autoclose
Fields in org.ujmp.jdbc.autoclose declared as AutoCloseConnectionModifier and TypeFieldDescriptionprivate final AutoCloseConnection
AutoCloseCallableStatement.connection
private final AutoCloseConnection
AutoClosePreparedStatement.connection
private final AutoCloseConnection
AutoCloseResultSet.connection
private final AutoCloseConnection
AutoCloseStatement.connection
Constructors in org.ujmp.jdbc.autoclose with parameters of type AutoCloseConnectionModifierConstructorDescriptionAutoCloseCallableStatement
(AutoCloseConnection connection, CallableStatement statement) AutoClosePreparedStatement
(AutoCloseConnection connection, PreparedStatement statement) AutoCloseResultSet
(AutoCloseConnection connection, ResultSet resultSet) AutoCloseStatement
(AutoCloseConnection connection, Statement statement)