Berkeley DB handles Berkeley DB handles The Berkeley DB library has a number of object handles. The following table lists those handles, their scope, and whether they are free-...
Berkeley DB recoverability Berkeley DB recoverability Berkeley DB recovery is based on write-ahead logging. This means that when a change is made to a database page, a descript...
The Berkeley DB products Berkeley DB Data Store Berkeley DB Concurrent Data Store Berkeley DB Transactional Data Store Berkeley DB High Availability The Berkeley DB product...
What is Berkeley DB? Data Access Services Data management services Design What is Berkeley DB? So far, we have discussed database systems in general terms. It is time now to...
Berkeley DB XA Implementation Berkeley DB XA Implementation Berkeley DB provides support for distributed transactions using the two-phase commit protocol via its DB_TXN->prepar...
Berkeley DB configuration Registering database and environment handles Truncate requirements Auto commit support Database and environment identity checks Products, constructors...
What Berkeley DB is not Berkeley DB is not a relational database Berkeley DB is not an object-oriented database Berkeley DB is not a network database Berkeley DB is not a databa...
Using Berkeley DB with Perl Using Berkeley DB with Perl The original Perl module for Berkeley DB was DB_File, which was written to interface to Berkeley DB version 1.85. The ne...
Using Berkeley DB with PHP Using Berkeley DB with PHP A PHP 4 extension for this release of Berkeley DB is included in the distribution package. It can either either link direc...
Using Berkeley DB with Tcl Using Berkeley DB with Tcl All commands in the Berkeley DB Tcl interface are in the following form: command_handle operation options The command ...