Uses of Class
net.sf.jkniv.whinstone.types.JdbcType
-
Packages that use JdbcType Package Description net.sf.jkniv.whinstone.types -
-
Uses of JdbcType in net.sf.jkniv.whinstone.types
Methods in net.sf.jkniv.whinstone.types that return JdbcType Modifier and Type Method Description static 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.
-