DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

Berkeley DB Reference Guide:
Access Methods

PrevRefNext

Deleting records

The DB->del method deletes records from the database. In general, DB->del takes a key and deletes the data item associated with it from the database.

If the database has been configured to support duplicate records, the DB->del method will remove all of the duplicate records. To remove individual duplicate records, you must use a Berkeley DB cursor interface.


PrevRefNext

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.