SqlDelightGlobalAccountDataRepository

class SqlDelightGlobalAccountDataRepository(db: GlobalAccountDataQueries, json: Json, context: CoroutineContext) : GlobalAccountDataRepository

Constructors

Link copied to clipboard
fun SqlDelightGlobalAccountDataRepository(db: GlobalAccountDataQueries, json: Json, context: CoroutineContext)

Functions

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