updateStatement

fun <T : Table> T.updateStatement(where: BuildWhere? = null, limit: Int? = null, body: T.(UpdateStatement) -> Unit): UpdateStatement(source)

Adapted from org.jetbrains.exposed.sql.update.