SQLCipherSupportHelper

class SQLCipherSupportHelper(configuration: <ERROR CLASS>, hook: <ERROR CLASS>?, databaseErrorStrategy: DatabaseErrorStrategy, passphraseFetcher: () -> ByteArray)

A SupportSQLiteOpenHelper which initializes a SQLiteDatabase with a passphrase.

Constructors

Link copied to clipboard
fun SQLCipherSupportHelper(configuration: <ERROR CLASS>, hook: <ERROR CLASS>? = null, databaseErrorStrategy: DatabaseErrorStrategy, passphraseFetcher: () -> ByteArray)

Functions

Link copied to clipboard
open fun close()
Link copied to clipboard
open fun getDatabaseName(): <ERROR CLASS>
Link copied to clipboard
open fun getReadableDatabase(): <ERROR CLASS>
Link copied to clipboard
open fun getWritableDatabase(): <ERROR CLASS>?
Link copied to clipboard
open fun setWriteAheadLoggingEnabled(enabled: Boolean)