Package | Description |
---|---|
com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
Modifier and Type | Class and Description |
---|---|
class |
Cursor
A database cursor.
|
class |
DiskOrderedCursor
DiskOrderedCursor returns records in unsorted order in exchange for
generally faster retrieval times.
|
class |
SecondaryCursor
A database cursor for a secondary database.
|
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.