| Package | Description | 
|---|---|
| com.sleepycat.collections | 
 Data access based on the standard Java collections API. 
 | 
| com.sleepycat.db | 
| Modifier and Type | Method and 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 and Description | 
|---|---|
static JoinConfig | 
JoinConfig.DEFAULT
Default configuration used if null is passed to  
Database.join | 
| Modifier and Type | Method and Description | 
|---|---|
JoinConfig | 
JoinCursor.getConfig()
Returns this object's configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JoinCursor | 
Database.join(Cursor[] cursors,
    JoinConfig config)
Creates a specialized join cursor for use in performing equality or
    natural joins on secondary indices. 
 | 
Copyright (c) 1996, 2019 Oracle and/or its affiliates. All rights reserved.