From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../sleepycat/persist/class-use/EntityCursor.html | 464 ++++++++++----------- 1 file changed, 215 insertions(+), 249 deletions(-) (limited to 'docs/java/com/sleepycat/persist/class-use/EntityCursor.html') diff --git a/docs/java/com/sleepycat/persist/class-use/EntityCursor.html b/docs/java/com/sleepycat/persist/class-use/EntityCursor.html index 4ea22c30..794726ac 100644 --- a/docs/java/com/sleepycat/persist/class-use/EntityCursor.html +++ b/docs/java/com/sleepycat/persist/class-use/EntityCursor.html @@ -1,263 +1,229 @@ - - - - - -Uses of Interface com.sleepycat.persist.EntityCursor (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Interface
com.sleepycat.persist.EntityCursor

-
- - - - - - - - - -
-Packages that use EntityCursor
com.sleepycat.persistThe Direct Persistence Layer (DPL) adds a persistent object model to the -Berkeley DB transactional engine. 
-  -

- - - - - -
-Uses of EntityCursor in com.sleepycat.persist
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.persist that return EntityCursor
- EntityCursor<V>EntityCursor.dup() - -
-          Duplicates the cursor at the cursor position.
- EntityCursor<V>EntityIndex.entities() - -
-          Opens a cursor for traversing all entities in this index.
- EntityCursor<V>EntityIndex.entities(K fromKey, - boolean fromInclusive, - K toKey, - boolean toInclusive) - -
-          Opens a cursor for traversing entities in a key range.
- EntityCursor<V>EntityIndex.entities(Transaction txn, - CursorConfig config) - -
-          Opens a cursor for traversing all entities in this index.
- EntityCursor<V>EntityIndex.entities(Transaction txn, - K fromKey, - boolean fromInclusive, - K toKey, - boolean toInclusive, - CursorConfig config) - -
-          Opens a cursor for traversing entities in a key range.
- EntityCursor<K>EntityIndex.keys() - -
-          Opens a cursor for traversing all keys in this index.
- EntityCursor<K>EntityIndex.keys(K fromKey, - boolean fromInclusive, - K toKey, - boolean toInclusive) - -
-          Opens a cursor for traversing keys in a key range.
- EntityCursor<K>EntityIndex.keys(Transaction txn, - CursorConfig config) - -
-          Opens a cursor for traversing all keys in this index.
- EntityCursor<K>EntityIndex.keys(Transaction txn, - K fromKey, - boolean fromInclusive, - K toKey, - boolean toInclusive, - CursorConfig config) - -
-          Opens a cursor for traversing keys in a key range.
-  -

-


- - +
+

Uses of Interface
com.sleepycat.persist.EntityCursor

+
+
+ +
- - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1