whenMatchedDelete

fun whenMatchedDelete(and: Op<Boolean>? = null)

Specifies a delete operation to be executed when a matching record is found in the destination table.

Parameters

and

An additional optional condition Op to determine when the delete operation should be performed.