Variable SHARED_LOCK_WHENConst

SHARED_LOCK_WHEN: { READER: "READER"; WRITER: "WRITER" } = ...

Constants that specify whether the middleware should acquire the shared lock in reader mode (concurrent readers allowed) or writer mode (exclusive access).