AppDatabase

abstract class AppDatabase : RoomDatabase, DB

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun clearAllTables()
Link copied to clipboard
expect fun close()
Link copied to clipboard
expect open fun createAutoMigrations(autoMigrationSpecs: Map<KClass<out AutoMigrationSpec>, AutoMigrationSpec>): List<Migration>
Link copied to clipboard
expect fun <T : Any> getTypeConverter(klass: KClass<T>): T
Link copied to clipboard
abstract fun getUserDao(): UserDao