Uses of Interface
org.sqlite.SQLiteConfig.PragmaValue
-
Packages that use SQLiteConfig.PragmaValue Package Description org.sqlite -
-
Uses of SQLiteConfig.PragmaValue in org.sqlite
Classes in org.sqlite that implement SQLiteConfig.PragmaValue Modifier and Type Class Description static class
SQLiteConfig.DateClass
static class
SQLiteConfig.DatePrecision
static class
SQLiteConfig.Encoding
static class
SQLiteConfig.HexKeyMode
static class
SQLiteConfig.JournalMode
static class
SQLiteConfig.LockingMode
static class
SQLiteConfig.SynchronousMode
static class
SQLiteConfig.TempStore
static class
SQLiteConfig.TransactionMode
Methods in org.sqlite with parameters of type SQLiteConfig.PragmaValue Modifier and Type Method Description private static java.lang.String[]
SQLiteConfig. toStringArray(SQLiteConfig.PragmaValue[] list)
Convert the given enum values to a string array
-