[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

11.8 dbm.ndbm - NDBM interface

Module: dbm.ndbm

Provides interface to the 'new' dbm library, a.k.a. ndbm. Extends dbm.

Class: <ndbm>

Inherits <dbm>. Provides an implementation for NDBM library. This module is only installed when your system already has NDBM.

Besides the unified DBM interface (See section dbm - Generic DBM interface), this module provides the following low-level functions that provides direct access to the ndbm API. See ndbm manual for details of these APIs.

Function: ndbm-open path flags mode
Function: ndbm-close ndbm-object
Function: ndbm-closed? ndbm-object
Function: ndbm-store ndbm-object key content &optional flag
Function: ndbm-fetch ndbm-object key
Function: ndbm-delete ndbm-object key
Function: ndbm-firstkey ndbm-object
Function: ndbm-nextkey ndbm-object
Function: ndbm-error ndbm-object
Function: ndbm-clear-error ndbm-object

[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated by Shiro Kawai on October, 7 2008 using texi2html 1.78.