class MyRangeCursor extends RangeCursor
| Constructor and Description |
|---|
MyRangeCursor(KeyRange range,
CursorConfig config,
DataView view,
boolean writeAllowed) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkRecordNumber()
If the database is a RECNO or QUEUE database, we know its keys are
record numbers.
|
protected void |
closeCursor(Cursor cursor)
Closes the given cursor.
|
protected Cursor |
dupCursor(Cursor cursor,
boolean samePosition)
Dups the given cursor.
|
close, count, delete, dup, getCurrent, getCursor, getFirst, getLast, getNext, getNextDup, getNextNoDup, getPrev, getPrevDup, getPrevNoDup, getSearchBoth, getSearchBothRange, getSearchKey, getSearchKeyRange, getSearchRecordNumber, isInitialized, put, putAfter, putBefore, putCurrent, putNoDupData, putNoOverwriteMyRangeCursor(KeyRange range, CursorConfig config, DataView view, boolean writeAllowed) throws DatabaseException
DatabaseExceptionprotected Cursor dupCursor(Cursor cursor, boolean samePosition) throws DatabaseException
RangeCursordupCursor in class RangeCursorDatabaseExceptionprotected void closeCursor(Cursor cursor) throws DatabaseException
RangeCursorcloseCursor in class RangeCursorDatabaseExceptionprotected boolean checkRecordNumber()
RangeCursorcheckRecordNumber in class RangeCursorCopyright (c) 2004-2012 Oracle. All rights reserved.