SQLiteUpdateLimitedReturning<S extends Schema<R> , R> extension
Adds .returning() to a capped update.
- on
-
- UpdateLimitedBuilder<
S, R, void>
- UpdateLimitedBuilder<
Methods
-
returning(
) → UpdateLimitedBuilder< S, R, R> -
Available on UpdateLimitedBuilder<
AppendS, R, void> , provided by the SQLiteUpdateLimitedReturning extensionRETURNING <all columns>, so the update yields the changed rows.