Uses of Class
org.hotrod.dynamicsql.JDBCTypes.JDBCType
-
Packages that use JDBCTypes.JDBCType Package Description org.hotrod.dynamicsql -
-
Uses of JDBCTypes.JDBCType in org.hotrod.dynamicsql
Methods in org.hotrod.dynamicsql that return JDBCTypes.JDBCType Modifier and Type Method Description static JDBCTypes.JDBCTypeJDBCTypes. codeToType(int code)static JDBCTypes.JDBCTypeJDBCTypes. nameToType(String jdbcTypeName)static JDBCTypes.JDBCTypeJDBCTypes.JDBCType. valueOf(String name)Returns the enum constant of this type with the specified name.static JDBCTypes.JDBCType[]JDBCTypes.JDBCType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-