DittoQueryExecuting

Defines the interface for executing DQL queries. Implemented by DittoStore and DittoTransaction.

Since

4.11.0

Inheritors

Functions

Link copied to clipboard
abstract suspend fun execute(query: String, arguments: Map<String, Any?>? = mapOf()): DittoQueryResult

Executes a DQL query and returns matching items as a query result.