|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sleepycat.je.dbi.CursorImpl.KeyChangeStatus
public static class CursorImpl.KeyChangeStatus
Holder for an OperationStatus and a keyChange flag. Is used for search and getNextWithKeyChangeStatus operations.
| Field Summary | |
|---|---|
boolean |
keyChange
Whether the operation moved to a new key. |
OperationStatus |
status
Operation status; |
| Constructor Summary | |
|---|---|
CursorImpl.KeyChangeStatus(OperationStatus status,
boolean keyChange)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public OperationStatus status
public boolean keyChange
| Constructor Detail |
|---|
public CursorImpl.KeyChangeStatus(OperationStatus status,
boolean keyChange)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||