QueryChannelsRepository

Repository for queries of channels.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun clear()

Clear QueryChannels of this repository.

Link copied to clipboard
abstract suspend fun insertQueryChannels(queryChannelsSpec: QueryChannelsSpec)

Inserts a query channels.

Link copied to clipboard
abstract suspend fun selectBy(identifier: QueryChannelsIdentifier): QueryChannelsSpec?

Selects a query spec by its identifier.