BerkeleyRODatabase [constructor] | Create DB handle |
~BerkeleyRODatabase [destructor] [virtual] | Destroy the database handle. |
Backup [virtual] | Back up the entire database to a file. |
Close [virtual] | Flush to the database file and close the database. Also close the environment if no other databases are open in it. |
Filename [virtual] | Return path to main database file for logs and error messages. |
Files [virtual] | Return the paths to all files that make up this database. |
Format [virtual] | Return the name of this database's storage format. |
MakeBatch [virtual] | Make a DatabaseBatch connected to this database |
Open [virtual] | Open the database if it is not already opened. |
Rewrite [virtual] | Rewrite the entire database on disk |