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

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DCursorConfig.java110 public boolean getReadCommitted() { method in class:CursorConfig
137 @deprecated This has been replaced by {@link #getReadCommitted} to conform to ANSI
141 return getReadCommitted();
H A DTransactionConfig.java70 public boolean getReadCommitted() { method in class:TransactionConfig
97 @deprecated This has been replaced by {@link #getReadCommitted} to conform to ANSI
101 return getReadCommitted();
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/compat/
H A DDbCompat.java114 newConfig.setReadCommitted(config.getReadCommitted());
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DTransactionTest.java481 /* We can't use getReadCommitted until is is added to DB core. */
483 storedContainer.getCursorConfig().getReadCommitted();

Completed in 171 milliseconds