java.lang.Object
io.ebean.util.JdbcClose
Utility for closing raw Jdbc resources.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Cancels the statementstatic void
close
(Connection connection) Close the connection logging if an error occurs.static void
Close the resultSet logging if an error occurs.static void
Close the resultSet logging if an error occurs.static void
rollback
(Connection connection) Rollback the connection logging if an error occurs.
-
Constructor Details
-
JdbcClose
public JdbcClose()
-
-
Method Details
-
close
Close the resultSet logging if an error occurs. -
close
Close the resultSet logging if an error occurs. -
close
Close the connection logging if an error occurs. -
rollback
Rollback the connection logging if an error occurs. -
cancel
Cancels the statement
-