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

Lines Matching refs:data

29 <li>Calls to all get methods will return the data from the associated
96 Returns the key/data pair to which the cursor refers.
116 @param data the primary data
126 final DatabaseEntry data,
131 dbc.pget(key, pKey, data,
133 ((data == null) ? 0 : data.getMultiFlag())));
137 Move the cursor to the first key/data pair of the database, and return
138 that pair. If the first key has duplicate values, the first data item
159 @param data the primary data
164 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
169 final DatabaseEntry data,
174 dbc.pget(key, pKey, data,
176 ((data == null) ? 0 : data.getMultiFlag())));
180 Move the cursor to the last key/data pair of the database, and return
181 that pair. If the last key has duplicate values, the last data item in
202 @param data the primary data
206 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
211 final DatabaseEntry data,
216 dbc.pget(key, pKey, data,
218 ((data == null) ? 0 : data.getMultiFlag())));
222 Move the cursor to the next key/data pair and return that pair. If
223 the matching key has duplicate values, the first data item in the set
227 key/data pair of the database, and return that pair. Otherwise, the
228 cursor is moved to the next key/data pair of the database, and that pair
250 @param data the primary data
255 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
260 final DatabaseEntry data,
265 dbc.pget(key, pKey, data,
267 ((data == null) ? 0 : data.getMultiFlag())));
271 If the next key/data pair of the database is a duplicate data record for
272 the current key/data pair, move the cursor to the next key/data pair
293 @param data the primary data
298 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
303 final DatabaseEntry data,
308 dbc.pget(key, pKey, data,
310 ((data == null) ? 0 : data.getMultiFlag())));
314 Move the cursor to the next non-duplicate key/data pair and return
315 that pair. If the matching key has duplicate values, the first data
319 key/data pair of the database, and return that pair. Otherwise, the
321 key/data pair is returned.
341 @param data the primary data
346 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
351 final DatabaseEntry data,
356 dbc.pget(key, pKey, data,
358 ((data == null) ? 0 : data.getMultiFlag())));
362 Move the cursor to the previous key/data pair and return that pair.
363 If the matching key has duplicate values, the last data item in the set
367 key/data pair of the database, and return that pair. Otherwise, the
368 cursor is moved to the previous key/data pair of the database, and that
390 @param data the primary data
394 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
399 final DatabaseEntry data,
404 dbc.pget(key, pKey, data,
406 ((data == null) ? 0 : data.getMultiFlag())));
410 If the previous key/data pair of the database is a duplicate data record
411 for the current key/data pair, move the cursor to the previous key/data
432 @param data the primary data
436 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
441 final DatabaseEntry data,
467 errCode = dup1.pget(key, pKey, data,
469 ((data == null) ? 0 : data.getMultiFlag()));
482 Move the cursor to the previous non-duplicate key/data pair and return
483 that pair. If the matching key has duplicate values, the last data item
487 key/data pair of the database, and return that pair. Otherwise, the
489 that key/data pair is returned.
509 @param data the primary data
513 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
518 final DatabaseEntry data,
523 dbc.pget(key, pKey, data,
525 ((data == null) ? 0 : data.getMultiFlag())));
530 will be returned in the data parameter.
560 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
576 values, the first data item in the set of duplicates is returned.
596 @param data the primary data
601 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
606 final DatabaseEntry data,
611 dbc.pget(key, pKey, data,
613 ((data == null) ? 0 : data.getMultiFlag())));
618 the data item associated with the matching key. If the matching key has
619 duplicate values, the first data item in the set of duplicates is returned.
621 The returned key/data pair is for the smallest key greater than or equal
643 @param data the primary data
648 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
653 final DatabaseEntry data,
658 dbc.pget(key, pKey, data,
660 ((data == null) ? 0 : data.getMultiFlag())));
685 @param data the primary data
689 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
694 final DatabaseEntry data,
699 dbc.pget(key, pKey, data,
701 ((data == null) ? 0 : data.getMultiFlag())));
709 key/data pair is for the smallest primary key greater than or equal to the
711 permitting partial matches and range searches in duplicate data sets.
731 @param data the primary data
735 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
740 final DatabaseEntry data,
745 dbc.pget(key, pKey, data,
747 ((data == null) ? 0 : data.getMultiFlag())));
752 return the associated key/data pair.
754 The data field of the specified key must be a byte array containing a
776 @param data the primary data
781 @return {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} if no matching key/data pair is
787 final DatabaseEntry data,
792 dbc.pget(secondaryRecno, pKey, data,
794 ((data == null) ? 0 : data.getMultiFlag())));