*I4Berkeley DB: Access method operations[P.

Access method operations



eOnce a database has been opened using db_open, and a handle onJthat database returned, there are seven standard access method operations.IEach of these operations is performed using a function that is referenced?from the returned handle. The seven operations are as follows:

I

DB->get
Retrieve a recordC
DB->put
Store a recordD
DB->del
Delete a recordZ
DB->cursor
Open a cursor into the database[
DB->stat
Return statistics about the databaseQ
DB->sync
Flush the underlying cacheK
DB->close
Close the database


OAEÿÿ