IAppDatabase

interface IAppDatabase

Interface for services db root

Author

Vitaliy Zarubin

Functions

clearCacheAfterLogout
Link copied to clipboard
abstract fun clearCacheAfterLogout()

Properties

db
Link copied to clipboard
abstract val db: RoomDatabase

Inheritors

SecurityModelDataService
Link copied to clipboard
SettingsModelDataService
Link copied to clipboard

Extensions

withTransaction
Link copied to clipboard
suspend fun <T> IAppDatabase.withTransaction(body: suspend T.() -> Unit)

Extensions for easy transaction