Class Util42


  • public class Util42
    extends java.lang.Object

    Utility methods for JDBC 4.2

    • Constructor Summary

      Constructors 
      Constructor Description
      Util42()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getTypeAsInt​(java.sql.SQLType sqlType)
      Get the int type id from java.sql.Types which corresponds to the SQLType.
      • Methods inherited from class java.lang.Object

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

      • Util42

        public Util42()
    • Method Detail

      • getTypeAsInt

        public static int getTypeAsInt​(java.sql.SQLType sqlType)
                                throws java.sql.SQLException

        Get the int type id from java.sql.Types which corresponds to the SQLType.

        Throws:
        java.sql.SQLException