Download List

專案描述

libstldb4 is a C++ wrapper for the sleepycat db4
database. It uses the STL in the API where
sensible, allows standard IOStreams for data
access where sensible, e.g. getting the value of a
key should be able to use an istream interface to
allow simple partial value retreival, and moves
the transaction parameter to be the last optional
parameter or provides two versions of the same
method for trans/nontrans. The API has been
modified to use more standard types. Operator
overloading is used to allow quick and dirty
coding (mydb[ "key" ] = "value";) to set and cerr.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-01-10 02:57
0.4.99

This release updates moveCursorNextDup() to return end() when no more duplicates exist, and adds new Database::makeSecondaryIndex() that takes fh_env as well.
標籤: Minor feature enhancements

2008-01-06 13:24
0.4.96

The internal copy of Berkeley db was updated to
version 4.6.21. STLdb4 can now be built on Symbian
60v3. Minor updates were made for building across
Linux distributions on OBS.
標籤: Major feature enhancements

2007-02-12 08:42
0.4.6

A memory allocation bug in find_partial() was
fixed.
標籤: Minor bugfixes

2006-10-26 13:16
0.4.5

A potential bug in ~Transaction() was fixed. Support for using a Loki functor as the database ordering function was added. offsetNullTerminatedSecIdxFunction() was added for secondary indexing. Transaction::setDefaultDestructionIsAbort() was added to support the RAII design pattern.
標籤: Minor feature enhancements

2006-10-13 15:27
0.4.3

This release adds new overloaded methods for
read_only db access.
標籤: Minor feature enhancements

Project Resources