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 SQLiteLimits
SQLiteLimits. 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 void
SQLiteConnection. getLimit(SQLiteLimits limit)
void
SQLiteConnection. setLimit(SQLiteLimits limit, int value)
-