UpdateStatement

constructor(targetsSet: ColumnSet, limit: Int?, where: Op<Boolean>? = null)

Parameters

targetsSet

Column set to update rows from. This may be a Table or a Join instance.

limit

Maximum number of rows to update.

where

Condition that determines which rows to update.