| 
Berkeley DB version 5.3.28  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinConfig | |
|---|---|
| com.sleepycat.collections | Data access based on the standard Java collections API. | 
| com.sleepycat.db | Berkeley DB Java API [reference guide] [Java programming notes].  | 
| Uses of JoinConfig in com.sleepycat.collections | 
|---|
| Methods in com.sleepycat.collections with parameters of type JoinConfig | |
|---|---|
 StoredIterator<E> | 
StoredCollection.join(StoredContainer[] indices,
     Object[] indexKeys,
     JoinConfig joinConfig)
Returns an iterator representing an equality join of the indices and index key values specified.  | 
| Uses of JoinConfig in com.sleepycat.db | 
|---|
| Fields in com.sleepycat.db declared as JoinConfig | |
|---|---|
static JoinConfig | 
JoinConfig.DEFAULT
Default configuration used if null is passed to Database.join | 
| Methods in com.sleepycat.db that return JoinConfig | |
|---|---|
 JoinConfig | 
JoinCursor.getConfig()
Returns this object's configuration.  | 
| Methods in com.sleepycat.db with parameters of type JoinConfig | |
|---|---|
 JoinCursor | 
Database.join(Cursor[] cursors,
     JoinConfig config)
Creates a specialized join cursor for use in performing equality or natural joins on secondary indices.  | 
  | 
Berkeley DB version 5.3.28  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||