Class Utils42


  • public final class Utils42
    extends java.lang.Object

    Utility methods for JDBC 4.2.

    • Constructor Summary

      Constructors 
      Constructor Description
      Utils42()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getTypeAsInt​(Agent agent, 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

      • Utils42

        public Utils42()
    • Method Detail

      • getTypeAsInt

        public static int getTypeAsInt​(Agent agent,
                                       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