class B2IRowLocking2 extends B2IRowLockingRR implements BTreeLockingPolicy
base_cc, open_btree| Constructor and Description |
|---|
B2IRowLocking2(Transaction rawtran,
int lock_level,
LockingPolicy locking_policy,
ConglomerateController base_cc,
OpenBTree open_btree)
Constructors for This class:
|
| Modifier and Type | Method and Description |
|---|---|
void |
unlockScanRecordAfterRead(BTreeRowPosition pos,
boolean forUpdate)
Release read lock on a row.
|
lockScanRow_lockScanRow, lockNonScanPreviousRow, lockNonScanRow, lockNonScanRowOnPage, lockScanCommittedDeletedRowclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlockNonScanPreviousRow, lockNonScanRow, lockNonScanRowOnPage, lockScanCommittedDeletedRow, lockScanRowB2IRowLocking2(Transaction rawtran, int lock_level, LockingPolicy locking_policy, ConglomerateController base_cc, OpenBTree open_btree)
public void unlockScanRecordAfterRead(BTreeRowPosition pos, boolean forUpdate) throws StandardException
unlockScanRecordAfterRead in interface BTreeLockingPolicyunlockScanRecordAfterRead in class B2IRowLockingRRforUpdate - Is the scan for update or for read only.pos - Data structure that defines the current position
in the scan to be unlocked.StandardException - Standard exception policy.Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.