SQLiteUpdateLimitedReturning<S extends Schema<R>, R> extension

Adds .returning() to a capped update.

on
  • UpdateLimitedBuilder<S, R, void>

Methods

returning() → UpdateLimitedBuilder<S, R, R>

Available on UpdateLimitedBuilder<S, R, void>, provided by the SQLiteUpdateLimitedReturning extension

Append RETURNING <all columns>, so the update yields the changed rows.