Class SQLWarnings


  • public final class SQLWarnings
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SQLWarnings()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void logAndClearWarnings​(java.sql.Connection con)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SQLWarnings

        public SQLWarnings()
    • Method Detail

      • logAndClearWarnings

        public static void logAndClearWarnings​(java.sql.Connection con)
                                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException