java.lang.Object
io.ebean.util.JdbcClose
Utility for closing raw Jdbc resources.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidCancels the statementstatic voidclose(Connection connection) Close the connection logging if an error occurs.static voidClose the resultSet logging if an error occurs.static voidClose the resultSet logging if an error occurs.static voidrollback(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
-