XVII . Database ( dbm-style ) abstraction layer functions

Wprowadzenie

Instalacja

Tabela 2 .

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

Notatka : db2 conflicts with db3 and db4 .

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

Notatka : db3 conflicts with db2 and db4 .

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

Notatka : db4 conflicts with db2 and db3 .

Notatka :

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

Notatka :

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

Notatka :

Notatka :



Spis treści
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