| 
Berkeley DB version 4.3.29  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Cursor | |
| com.sleepycat.db | Berkeley DB Java API [reference guide] [Java programming notes].  | 
| Uses of Cursor in com.sleepycat.db | 
| Subclasses of Cursor in com.sleepycat.db | |
 class | 
SecondaryCursor
A database cursor for a secondary database.  | 
| Methods in com.sleepycat.db that return Cursor | |
 Cursor | 
SecondaryCursor.dup(boolean samePosition)
Returns a new SecondaryCursor for the same transaction as
    the original cursor. | 
 Cursor | 
Database.openCursor(Transaction txn,
           CursorConfig cursorConfig)
Return a cursor into the database.  | 
 Cursor | 
Cursor.dup(boolean samePosition)
Return a new cursor with the same transaction and locker ID as the original cursor.  | 
| Methods in com.sleepycat.db with parameters of type Cursor | |
 JoinCursor | 
Database.join(Cursor[] cursors,
     JoinConfig config)
Creates a specialized join cursor for use in performing equality or natural joins on secondary indices.  | 
  | 
Berkeley DB version 4.3.29  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||