| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultipleEntry | |
|---|---|
| com.sleepycat.db | Berkeley DB Java API [reference guide] [Java programming notes]. | 
| Uses of MultipleEntry in com.sleepycat.db | 
|---|
| Subclasses of MultipleEntry in com.sleepycat.db | |
|---|---|
|  class | MultipleDataEntryA DatabaseEntry that holds multiple data items returned by a single DatabaseorCursorget call. | 
|  class | MultipleKeyDataEntryA DatabaseEntry that holds multiple key/data pairs returned by a single DatabaseorCursorget call. | 
|  class | MultipleKeyNIODataEntryA DatabaseEntry that holds multiple key/data pairs returned by a single DatabaseorCursorget call. | 
|  class | MultipleNIODataEntryA DatabaseEntry that holds multiple data items returned by a single DatabaseorCursorget call. | 
|  class | MultipleRecnoDataEntryA DatabaseEntry that holds multiple record number/data pairs returned by a single DatabaseorCursorget call. | 
|  class | MultipleRecnoNIODataEntryA DatabaseEntry that holds multiple record number/data pairs returned by a single DatabaseorCursorget call. | 
| Methods in com.sleepycat.db with parameters of type MultipleEntry | |
|---|---|
|  OperationStatus | Database.deleteMultiple(Transaction txn,
               MultipleEntry keys)Remove key/data pairs from the database. | 
|  OperationStatus | Database.deleteMultipleKey(Transaction txn,
                  MultipleEntry keys)Remove key/data pairs from the database. | 
|  OperationStatus | Database.putMultiple(Transaction txn,
            MultipleEntry key,
            MultipleEntry data,
            boolean overwrite)Store a set of key/data pairs into the database. | 
|  OperationStatus | Database.putMultipleKey(Transaction txn,
               MultipleEntry key,
               boolean overwrite)Store a set of key/data pairs into the database. | 
| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||