update

fun update(params: Map<String, Any?> = emptyMap()): DataResult<Long>
fun update(vararg params: Pair<String, Any?>): DataResult<Long>

As RunnableQuery.update.