Searched refs:getCurrent (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/db/
H A DSequenceStats.java33 public long getCurrent() { method in class:SequenceStats
H A DLogCursor.java58 public OperationStatus getCurrent(final LogSequenceNumber lsn, method in class:LogCursor
H A DSecondaryCursor.java124 public OperationStatus getCurrent(final DatabaseEntry key, method in class:SecondaryCursor
450 * and call getCurrent to fill in the user's buffers.
H A DCursor.java223 public OperationStatus getCurrent(final DatabaseEntry key, method in class:Cursor
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/
H A DSequenceStats.java33 public long getCurrent() { method in class:SequenceStats
H A DLogCursor.java58 public OperationStatus getCurrent(final LogSequenceNumber lsn, method in class:LogCursor
H A DSecondaryCursor.java124 public OperationStatus getCurrent(final DatabaseEntry key, method in class:SecondaryCursor
450 * and call getCurrent to fill in the user's buffers.
H A DCursor.java223 public OperationStatus getCurrent(final DatabaseEntry key, method in class:Cursor
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/db/
H A DSequenceStats.java33 public long getCurrent() { method in class:SequenceStats
H A DLogCursor.java58 public OperationStatus getCurrent(final LogSequenceNumber lsn, method in class:LogCursor
H A DSecondaryCursor.java124 public OperationStatus getCurrent(final DatabaseEntry key, method in class:SecondaryCursor
450 * and call getCurrent to fill in the user's buffers.
H A DCursor.java223 public OperationStatus getCurrent(final DatabaseEntry key, method in class:Cursor
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DBasicCursor.java153 return returnValue(cursor.getCurrent(key, pkey, data, lockMode));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DBasicCursor.java153 return returnValue(cursor.getCurrent(key, pkey, data, lockMode));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DBasicCursor.java153 return returnValue(cursor.getCurrent(key, pkey, data, lockMode));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DDataCursor.java404 * Binding version of Cursor.getCurrent(), no join cursor allowed.
406 OperationStatus getCurrent(boolean lockForWrite) method in class:DataCursor
410 return cursor.getCurrent(keyThang, primaryKeyThang, valueThang,
709 cursor.getCurrent(keyThang, primaryKeyThang, otherThang,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DDataCursor.java404 * Binding version of Cursor.getCurrent(), no join cursor allowed.
406 OperationStatus getCurrent(boolean lockForWrite) method in class:DataCursor
410 return cursor.getCurrent(keyThang, primaryKeyThang, valueThang,
709 cursor.getCurrent(keyThang, primaryKeyThang, otherThang,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DDataCursor.java404 * Binding version of Cursor.getCurrent(), no join cursor allowed.
406 OperationStatus getCurrent(boolean lockForWrite) method in class:DataCursor
410 return cursor.getCurrent(keyThang, primaryKeyThang, valueThang,
709 cursor.getCurrent(keyThang, primaryKeyThang, otherThang,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/util/keyrange/
H A DRangeCursor.java799 public OperationStatus getCurrent(DatabaseEntry key, method in class:RangeCursor
809 return secCursor.getCurrent(key, pKey, data, lockMode);
811 return cursor.getCurrent(key, data, lockMode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/util/keyrange/
H A DRangeCursor.java799 public OperationStatus getCurrent(DatabaseEntry key, method in class:RangeCursor
809 return secCursor.getCurrent(key, pKey, data, lockMode);
811 return cursor.getCurrent(key, data, lockMode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/util/keyrange/
H A DRangeCursor.java799 public OperationStatus getCurrent(DatabaseEntry key, method in class:RangeCursor
809 return secCursor.getCurrent(key, pKey, data, lockMode);
811 return cursor.getCurrent(key, data, lockMode);

Completed in 260 milliseconds