execute

abstract fun execute(params: Map<String, Any?> = emptyMap(), onResult: (DataResult<Int>) -> Unit): Job

Asynchronously executes a modification query and passes the result to the onResult callback.