| Package | Description |
|---|---|
| com.sleepycat.collections |
Data access based on the standard Java collections API.
|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Method | Description |
|---|---|---|
StoredIterator<E> |
StoredCollection.join(StoredContainer[] indices,
java.lang.Object[] indexKeys,
JoinConfig joinConfig) |
Returns an iterator representing an equality join of the indices and
index key values specified.
|
| Modifier and Type | Field | Description |
|---|---|---|
static JoinConfig |
JoinConfig.DEFAULT |
Default configuration used if null is passed to
Database.join. |
| Modifier and Type | Method | Description |
|---|---|---|
JoinConfig |
JoinConfig.clone() |
Returns a copy of this configuration object.
|
JoinConfig |
JoinCursor.getConfig() |
Returns this object's configuration.
|
JoinConfig |
JoinConfig.setNoSort(boolean noSort) |
Specifies whether automatic sorting of the input cursors is disabled.
|
| Modifier and Type | Method | Description |
|---|---|---|
JoinCursor |
Database.join(Cursor[] cursors,
JoinConfig config) |
Creates a specialized join cursor for use in performing equality or
natural joins on secondary indices.
|
JoinCursor |
SecondaryDatabase.join(Cursor[] cursors,
JoinConfig config) |
This operation is not allowed on a secondary database.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.