each-gdbm-record ( ... quot: ( ... key value -- ... ) -- ... )
GNU Database Manager

Prev:each-gdbm-value ( ... quot: ( ... value -- ... ) -- ... )


Vocabulary
gdbm

Inputs
quota quotation


Outputs
None

Word description
Applies the quotation to the each key-value pair in the database.

Definition


: each-gdbm-record
( ... quot: ( ... key value -- ... ) -- ... )
[ dup gdbm-fetch ] prepose each-gdbm-key ; inline