DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

Berkeley DB Reference Guide:
Access Methods

PrevRefNext

Deleting records with a cursor

The DBcursor->c_del method deletes records from the database using a cursor. The DBcursor->c_del method deletes the record to which the cursor currently refers. In all cases, the cursor position is unchanged after a delete.


PrevRefNext

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