| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Method | 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(java.lang.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 (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.