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