SQLHeavy.JournalMode.from_string Reference Manual
Packages
SQLHeavy
SQLHeavy
JournalMode
DELETE
MEMORY
OFF
PERSIST
TRUNCATE
WAL
from_string
to_string
from_string
Description:
public
static
JournalMode
from_string
(
string
? journal_mode)
Convert a string as returned by SQLite to a JournalMode
Parameters:
journal_mode
the string representation of the journal mode
Returns:
the JournalMode