| Package | Description |
|---|---|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| Modifier and Type | Method and Description |
|---|---|
CursorImpl.LockStanding |
CursorImpl.lockLN(LockType lockType)
Does not allow uncontended locks.
|
CursorImpl.LockStanding |
CursorImpl.searchExact(DatabaseEntry searchKey,
LockType lockType,
boolean dirtyReadAll,
boolean dataRequested)
Position this cursor on the slot (if any) whose key matches the given
search key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CursorImpl.revertLock(CursorImpl.LockStanding standing) |
Copyright © 2024. All rights reserved.