Package com.mchange.v1.util
Class CleanupUtils
- java.lang.Object
-
- com.mchange.v1.util.CleanupUtils
-
public final class CleanupUtils extends java.lang.Object
Deprecated.use functions in per-closeable resouce utility classes
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
attemptClose(java.sql.Connection con)
Deprecated.static void
attemptClose(java.sql.Statement stmt)
Deprecated.static void
attemptRollback(java.sql.Connection con)
Deprecated.
-