Class CleanupUtils

java.lang.Object
com.mchange.v1.util.CleanupUtils

public final class CleanupUtils extends Object
Deprecated.
use functions in per-closeable resouce utility classes
  • Method Details

    • attemptClose

      public static void attemptClose(Statement stmt)
      Deprecated.
    • attemptClose

      public static void attemptClose(Connection con)
      Deprecated.
    • attemptRollback

      public static void attemptRollback(Connection con)
      Deprecated.