Uses of Class
tilda.generation.java8.JavaJDBCType
-
Packages that use JavaJDBCType Package Description tilda.generation.java8 -
-
Uses of JavaJDBCType in tilda.generation.java8
Methods in tilda.generation.java8 that return JavaJDBCType Modifier and Type Method Description static JavaJDBCType
JavaJDBCType. get(ColumnType T)
static JavaJDBCType
JavaJDBCType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JavaJDBCType[]
JavaJDBCType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-