|
Berkeley DB version 5.3.28 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForwardCursor | |
---|---|
com.sleepycat.persist | The Direct Persistence Layer (DPL) adds a persistent object model to the Berkeley DB transactional engine. |
Uses of ForwardCursor in com.sleepycat.persist |
---|
Subinterfaces of ForwardCursor in com.sleepycat.persist | |
---|---|
interface |
EntityCursor<V>
Traverses entity values or key values and allows deleting or updating the entity at the current cursor position. |
Methods in com.sleepycat.persist that return ForwardCursor | |
---|---|
ForwardCursor<E> |
EntityJoin.entities()
Opens a cursor that returns the entities qualifying for the join. |
ForwardCursor<E> |
EntityJoin.entities(Transaction txn,
CursorConfig config)
Opens a cursor that returns the entities qualifying for the join. |
ForwardCursor<PK> |
EntityJoin.keys()
Opens a cursor that returns the primary keys of entities qualifying for the join. |
ForwardCursor<PK> |
EntityJoin.keys(Transaction txn,
CursorConfig config)
Opens a cursor that returns the primary keys of entities qualifying for the join. |
|
Berkeley DB version 5.3.28 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |