| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
This document contains the following sections:
1.0 NDBM introductionNDBM is an API for maintaining key/content pairs in a database. The database is designed for quick access to relatively static information. The implementation itself comes from a library provided with your operating system. See your operating system's documentation for details on the limitations on the size of data that your implementation may impose.
This API is not available for Windows since Windows does not come with an ndbm implementation.
Symbols naming NDBM functionality in Allegro CL are in the dbi.ndbm package. The NDBM module is loaded by evaluating the following form:
(require :ndbm)
The symbols naming functionality in the NDBM facility are in the dbi.ndbm package. Each has its own description page.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |