| Package | Description | 
|---|---|
| com.sleepycat.db | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SecondaryCursorA database cursor for a secondary database. | 
| Modifier and Type | Method and Description | 
|---|---|
| Cursor | SecondaryCursor. dup(boolean samePosition)Returns a new  SecondaryCursorfor the same transaction as
    the original cursor. | 
| Cursor | Cursor. dup(boolean samePosition)Creates a new cursor that uses the same transaction and locker ID as the
    original cursor. | 
| Cursor | DatabaseStream. getCursor()Return the  Cursorhandle associated
    with this database stream. | 
| Cursor | SecondaryDatabase. openCursor(Transaction txn,
          CursorConfig config)Return a cursor into the database. | 
| Cursor | Database. openCursor(Transaction txn,
          CursorConfig config)Return a cursor into the database. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | Cursor. compare(Cursor OtherCursor)Return a comparison of the two cursors. | 
| JoinCursor | Database. join(Cursor[] cursors,
    JoinConfig config)Creates a specialized join cursor for use in performing equality or
    natural joins on secondary indices. | 
Copyright (c) 2004,2014 Oracle. All rights reserved.