RepoModelDao

interface RepoModelDao

Dao for model RepoModel

Functions

clear
Link copied to clipboard
abstract suspend fun clear()
count
Link copied to clipboard
abstract suspend fun count(): Int
getModel
Link copied to clipboard
abstract fun getModel(id: String): Flow<RepoModel>
insertModels
Link copied to clipboard
abstract suspend fun insertModels(vararg models: RepoModel)
pagingSource
Link copied to clipboard
abstract fun pagingSource(): PagingSource<Int, RepoModel>
updateModel
Link copied to clipboard
abstract suspend fun updateModel(model: RepoModel)