org.tmatesoft.sqljet.core.internal.btree
Class SqlJetBtreeLock

java.lang.Object
  extended by 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.


Constructor Summary
SqlJetBtreeLock()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlJetBtreeLock

public SqlJetBtreeLock()