|
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 |
MultipleDataEntry
A DatabaseEntry that holds multiple data items returned by a single Database or Cursor get call. |
class |
MultipleKeyDataEntry
A DatabaseEntry that holds multiple key/data pairs returned by a single Database or Cursor get call. |
class |
MultipleKeyNIODataEntry
A DatabaseEntry that holds multiple key/data pairs returned by a single Database or Cursor get call. |
class |
MultipleNIODataEntry
A DatabaseEntry that holds multiple data items returned by a single Database or Cursor get call. |
class |
MultipleRecnoDataEntry
A DatabaseEntry that holds multiple record number/data pairs returned by a single Database or Cursor get call. |
class |
MultipleRecnoNIODataEntry
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 | |
---|---|
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 |