Class StatementUtils


  • public final class StatementUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean attemptClose​(java.sql.Statement stmt)  
      • 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​(java.sql.Statement stmt)
        Returns:
        false iff and Exception occurred while trying to close this object.