Uses of Enum Class
dev.rafex.ether.database.sqlite.config.JournalMode
Packages that use JournalMode
Package
Description
SQLite configuration and PRAGMA utilities.
-
Uses of JournalMode in dev.rafex.ether.database.sqlite.client
Methods in dev.rafex.ether.database.sqlite.client with parameters of type JournalModeModifier and TypeMethodDescriptionSQLiteDatabaseClient.Builder.withJournalMode(JournalMode mode) Sets the journal mode. -
Uses of JournalMode in dev.rafex.ether.database.sqlite.config
Subclasses with type arguments of type JournalMode in dev.rafex.ether.database.sqlite.configMethods in dev.rafex.ether.database.sqlite.config that return JournalModeModifier and TypeMethodDescriptionSQLiteConfig.journalMode()Returns the journal mode.static JournalModeReturns the enum constant of this class with the specified name.static JournalMode[]JournalMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.rafex.ether.database.sqlite.config with parameters of type JournalModeModifier and TypeMethodDescriptionSQLiteConfig.Builder.journalMode(JournalMode journalMode) Sets the journal mode.