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