Class SqlJetBtreeLock
java.lang.Object
org.tmatesoft.sqljet.core.internal.btree.SqlJetBtreeLock
public class SqlJetBtreeLock
extends java.lang.Object
A linked list of the following structures is stored at BtShared.pLock. Locks
are added (or upgraded from READ_LOCK to WRITE_LOCK) when a cursor is opened
on the table with root page BtShared.iTable. Locks are removed from this list
when a transaction is committed or rolled back, or when a btree handle is
closed.
- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SqlJetBtreeLock
public SqlJetBtreeLock()
-