Package | Description |
---|---|
com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
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.
|
JoinCursor |
SecondaryDatabase.join(Cursor[] cursors,
JoinConfig config)
This operation is not allowed on a secondary database.
|
Modifier and Type | Method and Description |
---|---|
static Cursor[] |
DbInternal.getSortedCursors(JoinCursor cursor)
Proxy to JoinCursor.getSortedCursors()
|
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.