Uses of Class
org.sqlite.SQLiteLimits
-
Packages that use SQLiteLimits Package Description org.sqlite -
-
Uses of SQLiteLimits in org.sqlite
Methods in org.sqlite 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 org.sqlite with parameters of type SQLiteLimits Modifier and Type Method Description voidSQLiteConnection. getLimit(SQLiteLimits limit)voidSQLiteConnection. setLimit(SQLiteLimits limit, int value)
-