Dba Wrapper
Package:
Summary:
Flat file database access abstraction layer
Groups:
Author:
Description:
This class implements a flat file database access abstraction layer. It can:
– Open a given flat file database
– Insert a new record with a given key
– Get a record with a given key
– Replace the value of a record with a given key
– Delete the record with a given key
– Optimize the database file
Comments are closed.