Uses of Enum Class
org.sqlite.SQLiteConfig.JournalMode
Packages that use SQLiteConfig.JournalMode
-
Uses of SQLiteConfig.JournalMode in org.sqlite
Methods in org.sqlite that return SQLiteConfig.JournalModeModifier and TypeMethodDescriptionstatic SQLiteConfig.JournalModeReturns the enum constant of this class with the specified name.static SQLiteConfig.JournalMode[]SQLiteConfig.JournalMode.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.JournalModeModifier and TypeMethodDescriptionvoidSQLiteConfig.setJournalMode(SQLiteConfig.JournalMode mode) Sets the journal mode for databases associated with the current database connection.