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 SQLiteLimitsReturns 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 TypeMethodDescriptionvoidSQLiteConnection.getLimit(SQLiteLimits limit) voidSQLiteConnection.setLimit(SQLiteLimits limit, int value)