SqlDelightRoomAccountDataRepository

class SqlDelightRoomAccountDataRepository(db: RoomAccountDataQueries, json: Json, context: CoroutineContext) : RoomAccountDataRepository

Constructors

Link copied to clipboard
fun SqlDelightRoomAccountDataRepository(db: RoomAccountDataQueries, json: Json, context: CoroutineContext)

Functions

Link copied to clipboard
open suspend override fun delete(key: RoomAccountDataRepositoryKey)
Link copied to clipboard
open suspend override fun deleteAll()
Link copied to clipboard
open suspend override fun deleteBySecondKey(firstKey: RoomAccountDataRepositoryKey, secondKey: String)
Link copied to clipboard
open suspend override fun get(key: RoomAccountDataRepositoryKey): Map<String, Event.RoomAccountDataEvent<*>>?
Link copied to clipboard
open suspend override fun getBySecondKey(firstKey: RoomAccountDataRepositoryKey, secondKey: String): Event.RoomAccountDataEvent<*>?
Link copied to clipboard
open suspend override fun save(key: RoomAccountDataRepositoryKey, value: Map<String, Event.RoomAccountDataEvent<*>>)
Link copied to clipboard
open suspend override fun saveBySecondKey(firstKey: RoomAccountDataRepositoryKey, secondKey: String, value: Event.RoomAccountDataEvent<*>)