Uses of Enum
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 type with the specified name.static SQLiteConfig.SynchronousMode[]
SQLiteConfig.SynchronousMode.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.SynchronousModeModifier and TypeMethodDescriptionvoid
SQLiteConfig.setSynchronous
(SQLiteConfig.SynchronousMode mode) Changes the setting of the "synchronous" flag.