Uses of Enum Class
dev.rafex.ether.database.sqlite.config.SynchronousMode
Packages that use SynchronousMode
Package
Description
SQLite configuration and PRAGMA utilities.
-
Uses of SynchronousMode in dev.rafex.ether.database.sqlite.client
Methods in dev.rafex.ether.database.sqlite.client with parameters of type SynchronousModeModifier and TypeMethodDescriptionSQLiteDatabaseClient.Builder.withSynchronousMode(SynchronousMode mode) Sets the synchronous mode. -
Uses of SynchronousMode in dev.rafex.ether.database.sqlite.config
Subclasses with type arguments of type SynchronousMode in dev.rafex.ether.database.sqlite.configMethods in dev.rafex.ether.database.sqlite.config that return SynchronousModeModifier and TypeMethodDescriptionSQLiteConfig.synchronousMode()Returns the synchronous mode.static SynchronousModeReturns the enum constant of this class with the specified name.static SynchronousMode[]SynchronousMode.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 SynchronousModeModifier and TypeMethodDescriptionstatic voidSQLitePragmas.setSynchronousMode(Connection connection, SynchronousMode mode) Sets the synchronous mode on a connection.SQLiteConfig.Builder.synchronousMode(SynchronousMode synchronousMode) Sets the synchronous mode.