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.
|
Copyright (c) 2004, 2014 Oracle and/or its affiliates. All rights reserved.