Uses of Class
org.sqlite.SQLiteConfig.JournalMode
-
Packages that use SQLiteConfig.JournalMode Package Description org.sqlite -
-
Uses of SQLiteConfig.JournalMode in org.sqlite
Methods in org.sqlite that return SQLiteConfig.JournalMode Modifier and Type Method Description static SQLiteConfig.JournalMode
SQLiteConfig.JournalMode. valueOf(String name)
Returns 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.JournalMode Modifier and Type Method Description void
SQLiteConfig. setJournalMode(SQLiteConfig.JournalMode mode)
Sets the journal mode for databases associated with the current database connection.
-