Whole document tree
Berkeley DB: db del
dbc del
|

|
dbc del
Description
The dbc del command deletes the key/data pair currently referenced
by the cursor.
The cursor position is unchanged after a delete, and subsequent calls to
cursor commands expecting the cursor to reference an existing key will
fail.
The dbc del command returns 0 on success, and in the case of error, a Tcl error
is thrown.
Copyright Sleepycat Software
|