Searched refs:txnMode (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/java/src/com/sleepycat/collections/
H A DCurrentTransaction.java46 private boolean txnMode; field in class:CurrentTransaction
96 txnMode = config.getTransactional();
98 if (txnMode || lockingMode) {
125 return txnMode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DStoredClassCatalog.java63 private boolean txnMode; field in class:StoredClassCatalog
88 txnMode = dbConfig.getTransactional();
287 if (txnMode) {

Completed in 162 milliseconds