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