Uses of Enum
org.sqlite.SQLiteLimits
Packages that use SQLiteLimits
-
Uses of SQLiteLimits in org.sqlite
Methods in org.sqlite that return SQLiteLimitsModifier and TypeMethodDescriptionstatic SQLiteLimits
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 SQLiteLimitsModifier and TypeMethodDescriptionvoid
SQLiteConnection.getLimit
(SQLiteLimits limit) void
SQLiteConnection.setLimit
(SQLiteLimits limit, int value)