Uses of Class
net.anwiba.commons.jdbc.type.DatabaseType
-
Packages that use DatabaseType Package Description net.anwiba.commons.jdbc.type -
-
Uses of DatabaseType in net.anwiba.commons.jdbc.type
Methods in net.anwiba.commons.jdbc.type that return DatabaseType Modifier and Type Method Description static DatabaseTypeDatabaseType. getByName(java.lang.String name)static DatabaseTypeDatabaseType. getByTypeId(int code)static DatabaseTypeDatabaseType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DatabaseType[]DatabaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-