NumericField<T extends num> extension

Atomic numeric updates evaluated inside the database statement.

on

Methods

decrement(T amount) Assignment

Available on Field<T>, provided by the NumericField extension

Subtracts a bound amount from the stored value.
increment(T amount) Assignment

Available on Field<T>, provided by the NumericField extension

Adds a bound amount to the stored value.