Method

RBExtDBdelete

Declaration [src]

void
rb_ext_db_delete (
  RBExtDB* store,
  RBExtDBKey* key
)

Description [src]

Deletes the item stored in the metadata store under the specified storage key.

Parameters

key

Type: RBExtDBKey

Metadata storage key.

The data is owned by the caller of the method.