com.mchange.v1.db.sql
Class ConnectionUtils

java.lang.Object
  extended by com.mchange.v1.db.sql.ConnectionUtils

public final class ConnectionUtils
extends Object


Method Summary
static boolean attemptClose(Connection con)
           
static boolean attemptRollback(Connection con)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

attemptClose

public static boolean attemptClose(Connection con)
Returns:
false iff and Exception occurred while trying to close this object.

attemptRollback

public static boolean attemptRollback(Connection con)