Searched refs:indexKeys (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredCollection.java504 * those in the indexKeys array.
506 * @param indexKeys is an array of index key values identifying the
521 public StoredIterator join(StoredContainer[] indices, Object[] indexKeys, argument
529 DataCursor cursor = view.join(indexViews, indexKeys, joinConfig);
H A DDataView.java420 DataCursor join(DataView[] indexViews, Object[] indexKeys, argument
429 indexCursors[i].getSearchKey(indexKeys[i], null, false);

Completed in 64 milliseconds