Uses of Class
org.ujmp.jdbc.autoclose.AutoCloseConnection
-
Packages that use AutoCloseConnection Package Description org.ujmp.jdbc.autoclose -
-
Uses of AutoCloseConnection in org.ujmp.jdbc.autoclose
Fields in org.ujmp.jdbc.autoclose declared as AutoCloseConnection Modifier and Type Field Description private AutoCloseConnection
AutoCloseCallableStatement. connection
private AutoCloseConnection
AutoClosePreparedStatement. connection
private AutoCloseConnection
AutoCloseResultSet. connection
private AutoCloseConnection
AutoCloseStatement. connection
Constructors in org.ujmp.jdbc.autoclose with parameters of type AutoCloseConnection Constructor Description AutoCloseCallableStatement(AutoCloseConnection connection, java.sql.CallableStatement statement)
AutoClosePreparedStatement(AutoCloseConnection connection, java.sql.PreparedStatement statement)
AutoCloseResultSet(AutoCloseConnection connection, java.sql.ResultSet resultSet)
AutoCloseStatement(AutoCloseConnection connection, java.sql.Statement statement)
-