Class DDbm

Inherits from:
Object
Declared in:
DDbm.h

Class Hierarchy

    Object
      |
      +---DDbm

Class Description

The Dbm class implements a wrapper around the gdbm database manager. The naming of the methods is identical to the hashtable class, but this class is not a collection. It stores data, not objects. Open modes: r = read, w = write, n = write in new database, c = write in new database if not exist.

Last modified:
21-Nov-2005 (DDbm.h)

Instance Variables

private void *_dbf
the database
private char _mode
the database mode

Method Index


generated 08-Jan-2006 by ObjcDoc 3.0.0