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, putNoOverwrite
MyRangeCursor(KeyRange range, CursorConfig config, DataView view, boolean writeAllowed) throws DatabaseException
DatabaseException
protected Cursor dupCursor(Cursor cursor, boolean samePosition) throws DatabaseException
RangeCursor
dupCursor
in class RangeCursor
DatabaseException
protected void closeCursor(Cursor cursor) throws DatabaseException
RangeCursor
closeCursor
in class RangeCursor
DatabaseException
protected boolean checkRecordNumber()
RangeCursor
checkRecordNumber
in class RangeCursor
Copyright (c) 2004-2012 Oracle. All rights reserved.