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 classSQLiteConfig.DateClassstatic classSQLiteConfig.DatePrecisionstatic classSQLiteConfig.Encodingstatic classSQLiteConfig.HexKeyModestatic classSQLiteConfig.JournalModestatic classSQLiteConfig.LockingModestatic classSQLiteConfig.SynchronousModestatic classSQLiteConfig.TempStorestatic classSQLiteConfig.TransactionModeMethods in org.sqlite with parameters of type SQLiteConfig.PragmaValue Modifier and Type Method Description private static java.lang.String[]SQLiteConfig.Pragma. toStringArray(SQLiteConfig.PragmaValue[] list)Convert the given enum values to a string array
-