Class Util42

java.lang.Object
org.apache.derby.impl.jdbc.Util42

public class Util42 extends Object

Utility methods for JDBC 4.2

  • Constructor Details

    • Util42

      public Util42()
  • Method Details

    • getTypeAsInt

      public static int getTypeAsInt(SQLType sqlType) throws SQLException

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

      Throws:
      SQLException