Uses of Class
java.sql.JDBCType
-
-
Uses of JDBCType in java.sql
Methods in java.sql that return JDBCType Modifier and Type Method Description static JDBCTypeJDBCType. valueOf(int type)Returns theJDBCTypethat corresponds to the specifiedTypesvaluestatic JDBCTypeJDBCType. valueOf(String name)Returns the enum constant of this type with the specified name.static JDBCType[]JDBCType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-