MosaicRoomDatabase

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
expect abstract suspend fun clearAllTables()
Link copied to clipboard
expect fun close()
Link copied to clipboard
Link copied to clipboard
expect fun getCoroutineScope(): CoroutineScope
Link copied to clipboard
Link copied to clipboard
abstract fun plainDataDao(): PlainDataDao
Link copied to clipboard
Link copied to clipboard
expect suspend fun <R> useConnection(isReadOnly: Boolean, block: suspend (Transactor) -> R): R