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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java110 private void closeDb() method in class:KeyRangeTest
146 closeDb();
152 closeDb();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DStore.java790 firstException = closeDb(db, firstException);
792 closeDb(secIndex.getKeysDatabase(), firstException);
799 firstException = closeDb(db, firstException);
836 firstException = closeDb(sequenceDb, firstException);
838 firstException = closeDb(index.getDatabase(), firstException);
839 firstException = closeDb(index.getKeysDatabase(), firstException);
842 firstException = closeDb(index.getDatabase(), firstException);
1166 private DatabaseException closeDb(Database db, method in class:Store

Completed in 96 milliseconds