Uses of Class
io.roastedroot.sqlite4j.SQLiteLimits
-
Packages that use SQLiteLimits Package Description io.roastedroot.sqlite4j -
-
Uses of SQLiteLimits in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j that return SQLiteLimits Modifier and Type Method Description static SQLiteLimitsSQLiteLimits. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLiteLimits[]SQLiteLimits. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.roastedroot.sqlite4j with parameters of type SQLiteLimits Modifier and Type Method Description voidSQLiteConnection. getLimit(SQLiteLimits limit)voidSQLiteConnection. setLimit(SQLiteLimits limit, int value)
-