update

abstract fun update(table: String): UpdateQuery

Starts building an UPDATE of the given table. A WHERE is required before it will render.

Return

The builder.

Parameters

table

The table to update.