|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tmatesoft.sqljet.core.internal.btree.SqlJetBtreeLock
public class SqlJetBtreeLock
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 |
|---|
public SqlJetBtreeLock()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||