Uses of Enum Class
org.sqlite.SQLiteConfig.SynchronousMode
Packages that use SQLiteConfig.SynchronousMode
-
Uses of SQLiteConfig.SynchronousMode in org.sqlite
Methods in org.sqlite that return SQLiteConfig.SynchronousModeModifier and TypeMethodDescriptionstatic SQLiteConfig.SynchronousMode
Returns the enum constant of this class with the specified name.static SQLiteConfig.SynchronousMode[]
SQLiteConfig.SynchronousMode.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.SynchronousModeModifier and TypeMethodDescriptionvoid
SQLiteConfig.setSynchronous
(SQLiteConfig.SynchronousMode mode) Changes the setting of the "synchronous" flag.