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
-
Method Details
-
getValue
String getValue()
-