Package org.apache.derby.client.am
Class Utils42
- java.lang.Object
-
- org.apache.derby.client.am.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.
-
-
-
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
-
-