5.4 e32dbm --
DBM implemented using the Symbian native DBMS
Availability: S60.
The e32dbm module provides a DBM API that uses the native
Symbian RDBMS as its storage back-end. The module API resembles that
of the gdbm module. The main differences are:
- The firstkey() - nextkey() interface for iterating through keys is not supported. Use the
"for key in db"
idiom or the keys or keysiter methods instead.
- This module supports a more complete set of dictionary features than gdbm
- The values are always stored as Unicode, and thus the values returned are Unicode strings even if they were given to the DBM as normal strings.
Release 2.0.0 final , documentation updated on 10 Feb 2010.
See About this document... for information on suggesting changes.