Uses of Class
de.mhus.lib.annotations.adb.DbType.TYPE
-
Packages that use DbType.TYPE Package Description de.mhus.lib.annotations.adb -
-
Uses of DbType.TYPE in de.mhus.lib.annotations.adb
Methods in de.mhus.lib.annotations.adb that return DbType.TYPE Modifier and Type Method Description DbType.TYPEDbType. getType()DbType.TYPEtype()static DbType.TYPEDbType.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static DbType.TYPE[]DbType.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.mhus.lib.annotations.adb with parameters of type DbType.TYPE Constructor Description DbType(DbType.TYPE type, int size, String[] options)
-