Uses of Enum Class
org.sqlite.SQLiteConfig.Pragma
Packages that use SQLiteConfig.Pragma
-
Uses of SQLiteConfig.Pragma in org.sqlite
Methods in org.sqlite that return SQLiteConfig.PragmaModifier and TypeMethodDescriptionstatic SQLiteConfig.PragmaReturns the enum constant of this class with the specified name.static SQLiteConfig.Pragma[]SQLiteConfig.Pragma.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 SQLiteConfig.PragmaModifier and TypeMethodDescriptionvoidSQLiteConfig.setPragma(SQLiteConfig.Pragma pragma, String value) Sets a pragma's value.