| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| 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 |
|---|---|
static OperationResult |
DbInternal.retrieveNext(Cursor cursor,
DatabaseEntry key,
DatabaseEntry data,
LockMode lockMode,
GetMode getMode)
Proxy to Cursor.retrieveNext().
|
| Modifier and Type | Method and Description |
|---|---|
static GetMode |
GetMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetMode[] |
GetMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CursorImpl.checkForInsertion(GetMode getMode,
CursorImpl dupCursor)
Used to detect phantoms during "get next" operations with serializable
isolation.
|
Copyright © 2024. All rights reserved.