db del API Ref

db del
	[-glob]
	[-txn txnid]
	key
Description(db del)

The db del command removes key/data pairs from the database.

In the presence of duplicate key values, all records associated with the designated key will be discarded.

The options are as follows:


-glob -txn txnid

The db del command returns 0 on success, and in the case of error, a Tcl error is thrown.


APIRef

Copyright (c) 1996,2008 Oracle. All rights reserved.