query-each ( result-set quot: ( row -- ) -- )


Vocabulary
db

Inputs
result-seta result-set
quota quotation


Outputs
None

Word description
Applies the quotation to each row of the result-set in order.

Definition