StatisticsDao

Data Access Object of StatisticsEntity

Functions

Link copied to clipboard
abstract suspend fun delete(entity: StatisticsEntity)
Link copied to clipboard
abstract fun getAll(): Flow<StatisticsEntity>
Link copied to clipboard
abstract suspend fun insert(entity: StatisticsEntity): Long
Link copied to clipboard
abstract suspend fun update(entity: StatisticsEntity)