SqlDelightInboundMegolmMessageIndexRepository

class SqlDelightInboundMegolmMessageIndexRepository(db: OlmQueries, context: CoroutineContext) : InboundMegolmMessageIndexRepository

Constructors

Functions

Link copied to clipboard
open suspend override fun delete(key: InboundMegolmMessageIndexRepositoryKey)
Link copied to clipboard
open suspend override fun deleteAll()
Link copied to clipboard
open suspend override fun get(key: InboundMegolmMessageIndexRepositoryKey): StoredInboundMegolmMessageIndex?
Link copied to clipboard
open suspend override fun save(key: InboundMegolmMessageIndexRepositoryKey, value: StoredInboundMegolmMessageIndex)