Berkeley DB XML
version 2.5.16

Uses of Interface
com.sleepycat.persist.ForwardCursor

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 XML
version 2.5.16

Copyright (c) 1996,2009 Oracle. All rights reserved.