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