NumericField<T extends num> extension
Atomic numeric updates evaluated inside the database statement.
- on
-
- Field<
T>
- Field<
Methods
-
decrement(
T amount) → Assignment -
Available on Field<
Subtracts a bound amount from the stored value.T> , provided by the NumericField extension -
increment(
T amount) → Assignment -
Available on Field<
Adds a bound amount to the stored value.T> , provided by the NumericField extension