Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Class | Description |
---|---|---|
class |
MultipleDataEntry |
|
class |
MultipleKeyDataEntry |
|
class |
MultipleKeyNIODataEntry |
|
class |
MultipleNIODataEntry |
|
class |
MultipleRecnoDataEntry |
|
class |
MultipleRecnoNIODataEntry |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.