- Global com::sleepycat::util::ExceptionWrapper::getDetail ()
- replaced by getCause.
- Global com::sleepycat::util::IOExceptionWrapper::getDetail ()
- replaced by getCause.
- Global com::sleepycat::util::RuntimeExceptionWrapper::getDetail ()
- replaced by getCause.
- Global com::sleepycat::collections::StoredCollections::dirtyReadCollection (Collection storedCollection)
- This method has been replaced by configuredCollection in order to conform to ANSI database isolation terminology. To obtain a dirty-read collection, pass
CursorConfig.READ_UNCOMMITTED
- Global com::sleepycat::collections::StoredCollections::dirtyReadList (List storedList)
- This method has been replaced by configuredList in order to conform to ANSI database isolation terminology. To obtain a dirty-read list, pass
CursorConfig.READ_UNCOMMITTED
- Global com::sleepycat::collections::StoredCollections::dirtyReadMap (Map storedMap)
- This method has been replaced by configuredMap in order to conform to ANSI database isolation terminology. To obtain a dirty-read map, pass
CursorConfig.READ_UNCOMMITTED
- Global com::sleepycat::collections::StoredCollections::dirtyReadSet (Set storedSet)
- This method has been replaced by configuredSet in order to conform to ANSI database isolation terminology. To obtain a dirty-read set, pass
CursorConfig.READ_UNCOMMITTED
- Global com::sleepycat::collections::StoredCollections::dirtyReadSortedMap (SortedMap storedSortedMap)
- This method has been replaced by configuredSortedMap in order to conform to ANSI database isolation terminology. To obtain a dirty-read map, pass
CursorConfig.READ_UNCOMMITTED
- Global com::sleepycat::collections::StoredCollections::dirtyReadSortedSet (SortedSet storedSortedSet)
- This method has been replaced by configuredSortedSet in order to conform to ANSI database isolation terminology. To obtain a dirty-read set, pass
CursorConfig.READ_UNCOMMITTED
- Global com::sleepycat::collections::StoredContainer::isDirtyRead ()
- This method has been replaced by getCursorConfig.
CursorConfig.isReadUncommitted
may be called to determine whether dirty-read is enabled.
- Global com::sleepycat::collections::StoredContainer::isDirtyReadAllowed ()
- This method is deprecated with no replacement in this class. In the DB product,
DatabaseConfig.getReadUncommitted
may be called.
- Global com::sleepycat::bind::tuple::TupleBase::newOutput (byte[] buffer)
- replaced by getTupleOutput
- Global com::sleepycat::bind::tuple::TupleBase::newOutput ()
- replaced by getTupleOutput
Generated on Sun Dec 25 12:14:57 2005 for Berkeley DB 4.4.16 by
1.4.2