Package | Description |
---|---|
com.sleepycat.client |
Modifier and Type | Class and Description |
---|---|
class |
SSecondaryCursor
A database cursor for a secondary database.
|
Modifier and Type | Method and Description |
---|---|
SCursor |
SCursor.dup(boolean samePosition)
Creates a new cursor that uses the same transaction and locker ID as the
original cursor.
|
SCursor |
SDatabase.openCursor(STransaction txn,
SCursorConfig config)
Return a cursor into the database.
|
Modifier and Type | Method and Description |
---|---|
int |
SCursor.compare(SCursor otherCursor)
Return a comparison of the two cursors.
|
SJoinCursor |
SDatabase.join(SCursor[] cursors,
SJoinConfig config)
Creates a specialized join cursor for use in performing equality or
natural joins on secondary indices.
|
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.