| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Method and Description |
|---|---|
DiskOrderedCursor |
Database.openCursor(DiskOrderedCursorConfig cursorConfig)
Create a DiskOrderedCursor to iterate over the records in 'this'
Database.
|
DiskOrderedCursor |
Environment.openDiskOrderedCursor(Database[] databases,
DiskOrderedCursorConfig config)
Create a DiskOrderedCursor to iterate over the records of a given set
of databases.
|
| Modifier and Type | Method and Description |
|---|---|
static DiskOrderedCursorImpl |
DbInternal.getDiskOrderedCursorImpl(DiskOrderedCursor cursor) |
Copyright © 2024. All rights reserved.