forUpdate top-level property

AccessOption forUpdate
final

Used with load and loadIfAny to indicat the locking is select-for-share (i.e., read lock).

Implementation

final forShare = AccessOption(),
/// Used with [load] and [loadIfAny] to indicat the locking
/// is *select-for-update* (i.e., updatelock).
  forUpdate = AccessOption();