Package org.sqlite
Interface SQLiteConfig.PragmaValue
-
- All Known Implementing Classes:
SQLiteConfig.DateClass
,SQLiteConfig.DatePrecision
,SQLiteConfig.Encoding
,SQLiteConfig.HexKeyMode
,SQLiteConfig.JournalMode
,SQLiteConfig.LockingMode
,SQLiteConfig.SynchronousMode
,SQLiteConfig.TempStore
,SQLiteConfig.TransactionMode
- Enclosing class:
- SQLiteConfig
private static interface SQLiteConfig.PragmaValue
The common interface for retrieving the available pragma parameter values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getValue()
-