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.
|
Modifier and Type | Method and Description |
---|---|
static com.sleepycat.je.dbi.DiskOrderedCursorImpl |
DbInternal.getDiskOrderedCursorImpl(DiskOrderedCursor cursor) |
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.