Class Utils42

java.lang.Object
org.apache.derby.client.am.Utils42

public final class Utils42 extends Object

Utility methods for JDBC 4.2.

  • Constructor Details

    • Utils42

      public Utils42()
  • Method Details

    • getTypeAsInt

      public static int getTypeAsInt(Agent agent, SQLType sqlType) throws SQLException

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

      Throws:
      SQLException