| 
 | Berkeley DB version 5.3.28 | |||||||||
| 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 | SecondaryCursorA database cursor for a secondary database. | 
| Methods in com.sleepycat.db that return Cursor | |
|---|---|
|  Cursor | Cursor.dup(boolean samePosition)Creates a new cursor that uses the same transaction and locker ID as the original cursor. | 
|  Cursor | SecondaryCursor.dup(boolean samePosition)Returns a new SecondaryCursorfor the same transaction as
    the original cursor. | 
|  Cursor | Database.openCursor(Transaction txn,
           CursorConfig config)Return a cursor into the database. | 
|  Cursor | SecondaryDatabase.openCursor(Transaction txn,
           CursorConfig config)Return a cursor into the database. | 
| Methods in com.sleepycat.db with parameters of type Cursor | |
|---|---|
|  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. | 
| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||