XVII. Database (dbm-style) abstraction layer functions

Introduction

Requirements

Taulu 1 .



Installation

Taulu 2 .

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

Huomaa : db2 conflicts with db3 and db4 .

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

Huomaa : db3 conflicts with db2 and db4 .

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

Huomaa : db4 conflicts with db2 and db3 .

Huomaa :

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

Huomaa :

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

Huomaa :

Huomaa :



Runtime Configuration

Tämä laajennus ei määrittele yhtäkään konfigurointi asetusta .

Resource Types

Predefined Constants

Tämä laajennus ei määrittele yhtäkään vakiota .

Examples

Esimerkki 1 .






Esimerkki 2 .






Sisällys
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