Class B2IRowLocking2

All Implemented Interfaces:
BTreeLockingPolicy
Direct Known Subclasses:
B2IRowLocking1

class B2IRowLocking2 extends B2IRowLockingRR implements BTreeLockingPolicy
The btree locking policy which implements read committed isolation level. It inherits all functionality from B2IRowLockingRR (repeatable read) except that it releases read locks after obtaining them. It provides a single implementation of unlockScanRecordAfterRead() which releases a read lock after it has been locked and processed.