Package com.google.android.fhir.db.impl

Types

DatabaseConfig
Link copied to clipboard
data class DatabaseConfig(inMemory: Boolean, enableEncryption: Boolean, databaseErrorStrategy: DatabaseErrorStrategy)
SQLCipherSupportHelper
Link copied to clipboard
class SQLCipherSupportHelper(configuration: SupportSQLiteOpenHelper.Configuration, hook: SQLiteDatabaseHook?, databaseErrorStrategy: DatabaseErrorStrategy, passphraseFetcher: () -> ByteArray) : SupportSQLiteOpenHelper
A SupportSQLiteOpenHelper which initializes a SQLiteDatabase with a passphrase.