Class SqlJetBtreeLock

java.lang.Object
org.tmatesoft.sqljet.core.internal.btree.SqlJetBtreeLock

public class SqlJetBtreeLock extends 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 Details

    • SqlJetBtreeLock

      public SqlJetBtreeLock()