com.mchange.v1.util
Class CleanupUtils
java.lang.Object
com.mchange.v1.util.CleanupUtils
Deprecated. use functions in per-closeable resouce utility classes
public final class CleanupUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attemptClose
public static void attemptClose(Statement stmt)
- Deprecated.
attemptClose
public static void attemptClose(Connection con)
- Deprecated.
attemptRollback
public static void attemptRollback(Connection con)
- Deprecated.