Searched refs:openSecondaryCursor (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DSecondaryDatabase.java35 <li>The {@link #openSecondaryCursor openSecondaryCursor} method is provided
138 return openSecondaryCursor(txn, config);
164 public SecondaryCursor openSecondaryCursor(final Transaction txn, method in class:SecondaryDatabase
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DExampleDatabaseRead.java85 myDbs.getNameIndexDB().openSecondaryCursor(null, null);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DEventExample.java315 eventByPriceDb.openSecondaryCursor(null, null);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DSubIndex.java167 SecondaryCursor cursor = db.openSecondaryCursor(txn, null);

Completed in 96 milliseconds