XVII . Database ( dbm-style ) abstraction layer functions

Introdução

Instalação

Tabela 2 .

To enable support for db2 add --with-db2[=DIR] .

Nota : db2 conflicts with db3 and db4 .

To enable support for db3 add --with-db3[=DIR] .

Nota : db3 conflicts with db2 and db4 .

To enable support for db4 add --with-db4[=DIR] .

Nota : db4 conflicts with db2 and db3 .

Nota :

To enable support for cdb add --with-cdb[=DIR] .

Nota :

To enable support for flatfile add --with-flatfile .

Nota :

Nota :



Índice
dba_close -- Close database
dba_delete -- Delete entry specified by key
dba_exists -- Check whether key exists
dba_fetch -- Fetch data specified by key
dba_firstkey -- Fetch first key
dba_handlers -- List handlers available
dba_insert -- Insert entry
dba_list -- List all open database files
dba_nextkey -- Fetch next key
dba_open -- Open database
dba_optimize -- Optimize database
dba_popen -- Open database persistently
dba_replace -- Replace or insert entry
dba_sync -- Synchronize database