Method
RBExtDBdelete
Declaration [src]
void
rb_ext_db_delete (
RBExtDB* store,
RBExtDBKey* key
)
Parameters
key
-
Type:
RBExtDBKey
Metadata storage key.
The data is owned by the caller of the method.
void
rb_ext_db_delete (
RBExtDB* store,
RBExtDBKey* key
)
key
Type: RBExtDBKey
Metadata storage key.
The data is owned by the caller of the method. |