NativeEncryptedDatabaseFactory

class NativeEncryptedDatabaseFactory(key: Key) : <ERROR CLASS> ERROR CLASS: Symbol not found for NativeConnectionFactory(source)

A NativeConnectionFactory that links sqlite3multipleciphers and opens database with a Key.

Constructors

Link copied to clipboard
constructor(key: Key)

Functions

Link copied to clipboard
open override fun openConnection(path: String, openFlags: Int): ERROR CLASS: Symbol not found for SQLiteConnection
Link copied to clipboard
open override fun resolveDefaultDatabasePath(dbFilename: String): String