-I:Berkeley DB Reference Guide: Access Methods[P4

Berkeley DB Reference Guide: Access Methods



4

Deleting records with a cursor



iThe DBcursor->c_del function is the standard function for deletingHrecords from the database, with a cursor. In general, the cursor deleteGfunction takes a key and deletes the associated data from the database.

>In all cases, the cursor position is unchanged after a delete.

HAFÿÿ