Searched refs:getPrev (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DSubIndexCursor.java58 return returnValue(cursor.getPrev(key, pkey, data, lockMode));
H A DBasicCursor.java115 return returnValue(cursor.getPrev(key, pkey, data, lockMode));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DLogCursor.java170 public OperationStatus getPrev(final LogSequenceNumber lsn, method in class:LogCursor
H A DSecondaryCursor.java397 public OperationStatus getPrev(final DatabaseEntry key, method in class:SecondaryCursor
447 * so here's how to get it: dup the cursor and call getPrev, then dup
H A DCursor.java452 public OperationStatus getPrev(final DatabaseEntry key, method in class:Cursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java317 s = cursor.getPrev(false);
328 : cursor.getPrev(false);
332 OperationStatus s2 = reversed ? cursor.getPrev(false)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DDataCursor.java496 * Binding version of Cursor.getPrev(), no join cursor allowed.
498 OperationStatus getPrev(boolean lockForWrite) method in class:DataCursor
502 return cursor.getPrev(keyThang, primaryKeyThang, valueThang,
517 return cursor.getPrev
677 status = findFirst ? getNext(false) : getPrev(false);
H A DBlockIterator.java448 cursor.getPrev(false) :
591 cursor.getPrev(false) :
H A DStoredIterator.java608 return cursor.getPrev(lockForWrite);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/keyrange/
H A DRangeCursor.java497 public OperationStatus getPrev(DatabaseEntry key, method in class:RangeCursor
928 return secCursor.getPrev(privKey, privPKey, privData, lockMode);
930 return cursor.getPrev(privKey, privData, lockMode);

Completed in 138 milliseconds