add

abstract fun add(block: UpdateDsl.Add.() -> Unit)

Builds an ADD clause for this update expression, which may be used to update numbers and sets. See Add for more details and examples.