Package | Description |
---|---|
com.sleepycat.client |
Modifier and Type | Class and Description |
---|---|
class |
SMultipleKeyDataEntry
A container that holds multiple key / data item pairs.
|
class |
SMultipleRecnoDataEntry
A container that holds multiple record number / data item pairs.
|
Modifier and Type | Method and Description |
---|---|
SOperationStatus |
SDatabase.deleteMultipleKey(STransaction txn,
SMultiplePairs pairs)
Remove key/data pairs from the database.
|
SOperationStatus |
SDatabase.putMultipleKey(STransaction txn,
SMultiplePairs pairs,
boolean overwrite)
Store a set of key/data pairs into the database.
|
Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.