| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Method and Description |
|---|---|
ScanFilter.ScanResult |
ScanFilter.checkKey(byte[] key)
Called for each key to determine whether the key should be included or
excluded, and whether the scan should stop or continue.
|
static ScanFilter.ScanResult |
ScanFilter.ScanResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanFilter.ScanResult[] |
ScanFilter.ScanResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.