TrixnityRoomDatabase

abstract class TrixnityRoomDatabase : RoomDatabase

Inheritors

TrixnityRoomDatabase_Impl

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val invalidationTracker: InvalidationTracker

Functions

Link copied to clipboard
abstract fun account(): AccountDao
Link copied to clipboard
fun close()
Link copied to clipboard
open fun createAutoMigrations(autoMigrationSpecs: Map<KClass<out AutoMigrationSpec>, AutoMigrationSpec>): List<Migration>
Link copied to clipboard
Link copied to clipboard
abstract fun deviceKeys(): DeviceKeysDao
Link copied to clipboard
fun getCoroutineScope(): CoroutineScope
Link copied to clipboard
open fun getRequiredAutoMigrationSpecClasses(): Set<KClass<out AutoMigrationSpec>>
Link copied to clipboard
fun <T : Any> getTypeConverter(klass: KClass<T>): T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun olmAccount(): OlmAccountDao
Link copied to clipboard
abstract fun olmSession(): OlmSessionDao
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun room(): RoomRoomDao
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun roomState(): RoomStateDao
Link copied to clipboard
abstract fun roomUser(): RoomUserDao
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun secrets(): SecretsDao
Link copied to clipboard
abstract fun serverData(): ServerDataDao
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard