Uses of Enum Class
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 class with the specified name.static SQLiteLimits[]
SQLiteLimits.values()
Returns an array containing the constants of this enum class, 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)