Sql Delight Room Account Data Repository
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 deleteBySecondKey(firstKey: RoomAccountDataRepositoryKey, secondKey: String)
Link copied to clipboard
open suspend override fun getBySecondKey(firstKey: RoomAccountDataRepositoryKey, secondKey: String): Event.RoomAccountDataEvent<*>?
Link copied to clipboard
open suspend override fun saveBySecondKey(firstKey: RoomAccountDataRepositoryKey, secondKey: String, value: Event.RoomAccountDataEvent<*>)