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. --- .../com/sleepycat/db/class-use/MultipleEntry.html | 489 ++++++++++----------- 1 file changed, 227 insertions(+), 262 deletions(-) (limited to 'docs/java/com/sleepycat/db/class-use/MultipleEntry.html') diff --git a/docs/java/com/sleepycat/db/class-use/MultipleEntry.html b/docs/java/com/sleepycat/db/class-use/MultipleEntry.html index eb9a8a76..3e539b3e 100644 --- a/docs/java/com/sleepycat/db/class-use/MultipleEntry.html +++ b/docs/java/com/sleepycat/db/class-use/MultipleEntry.html @@ -1,276 +1,241 @@ - - - - - -Uses of Class com.sleepycat.db.MultipleEntry (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.db.MultipleEntry

-
- - - - - - - - - -
-Packages that use MultipleEntry
com.sleepycat.dbBerkeley DB Java API
-[reference guide] [Java programming notes]
-  -

- - - - - -
-Uses of MultipleEntry in com.sleepycat.db
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Subclasses of MultipleEntry in com.sleepycat.db
- classMultipleDataEntry - -
-          A DatabaseEntry that holds multiple data items returned by a single -Database or Cursor get call.
- classMultipleKeyDataEntry - -
-          A DatabaseEntry that holds multiple key/data pairs returned by a single -Database or Cursor get call.
- classMultipleKeyNIODataEntry - -
-          A DatabaseEntry that holds multiple key/data pairs returned by a single -Database or Cursor get call.
- classMultipleNIODataEntry - -
-          A DatabaseEntry that holds multiple data items returned by a single -Database or Cursor get call.
- classMultipleRecnoDataEntry - -
-          A DatabaseEntry that holds multiple record number/data pairs returned by a -single Database or Cursor get call.
- classMultipleRecnoNIODataEntry - -
-          A DatabaseEntry that holds multiple record number/data pairs returned by a -single Database or Cursor get call.
-  -

- - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.db with parameters of type MultipleEntry
- OperationStatusDatabase.deleteMultiple(Transaction txn, - MultipleEntry keys) - -
-          Remove key/data pairs from the database.
- OperationStatusDatabase.deleteMultipleKey(Transaction txn, - MultipleEntry keys) - -
-          Remove key/data pairs from the database.
- OperationStatusDatabase.putMultiple(Transaction txn, - MultipleEntry key, - MultipleEntry data, - boolean overwrite) - -
-           -Store a set of key/data pairs into the database.
- OperationStatusDatabase.putMultipleKey(Transaction txn, - MultipleEntry key, - boolean overwrite) - -
-           -Store a set of key/data pairs into the database.
-  -

-


- - +
+

Uses of Class
com.sleepycat.db.MultipleEntry

+
+
+ +
- - - - - - - - - - - - -
-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