• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/

Lines Matching refs:lockMode

120 @param lockMode the locking attributes; if null, default attributes are used.
127 LockMode lockMode)
132 DbConstants.DB_CURRENT | LockMode.getFlag(lockMode) |
163 @param lockMode the locking attributes; if null, default attributes are used.
170 LockMode lockMode)
175 DbConstants.DB_FIRST | LockMode.getFlag(lockMode) |
205 @param lockMode the locking attributes; if null, default attributes are used.
212 LockMode lockMode)
217 DbConstants.DB_LAST | LockMode.getFlag(lockMode) |
254 @param lockMode the locking attributes; if null, default attributes are used.
261 LockMode lockMode)
266 DbConstants.DB_NEXT | LockMode.getFlag(lockMode) |
297 @param lockMode the locking attributes; if null, default attributes are used.
304 LockMode lockMode)
309 DbConstants.DB_NEXT_DUP | LockMode.getFlag(lockMode) |
345 @param lockMode the locking attributes; if null, default attributes are used.
352 LockMode lockMode)
357 DbConstants.DB_NEXT_NODUP | LockMode.getFlag(lockMode) |
393 @param lockMode the locking attributes; if null, default attributes are used.
400 LockMode lockMode)
405 DbConstants.DB_PREV | LockMode.getFlag(lockMode) |
435 @param lockMode the locking attributes; if null, default attributes are used.
442 LockMode lockMode)
455 DbConstants.DB_PREV | LockMode.getFlag(lockMode));
461 DbConstants.DB_NEXT_DUP | LockMode.getFlag(lockMode));
468 DbConstants.DB_CURRENT | LockMode.getFlag(lockMode) |
512 @param lockMode the locking attributes; if null, default attributes are used.
519 LockMode lockMode)
524 DbConstants.DB_PREV_NODUP | LockMode.getFlag(lockMode) |
559 @param lockMode the locking attributes; if null, default attributes are used.
565 LockMode lockMode)
570 DbConstants.DB_GET_RECNO | LockMode.getFlag(lockMode)));
600 @param lockMode the locking attributes; if null, default attributes are used.
607 LockMode lockMode)
612 DbConstants.DB_SET | LockMode.getFlag(lockMode) |
647 @param lockMode the locking attributes; if null, default attributes are used.
654 LockMode lockMode)
659 DbConstants.DB_SET_RANGE | LockMode.getFlag(lockMode) |
688 @param lockMode the locking attributes; if null, default attributes are used.
695 LockMode lockMode)
700 DbConstants.DB_GET_BOTH | LockMode.getFlag(lockMode) |
734 @param lockMode the locking attributes; if null, default attributes are used.
741 LockMode lockMode)
746 DbConstants.DB_GET_BOTH_RANGE | LockMode.getFlag(lockMode) |
780 @param lockMode the locking attributes; if null, default attributes are used.
788 LockMode lockMode)
793 DbConstants.DB_SET_RECNO | LockMode.getFlag(lockMode) |