chickadee » sqlite3 » map-row

map-row PROC STATEMENT #!rest PARAMETERSprocedure
map-row PROC DATABASE SQL #!rest PARAMETERSprocedure

(Compiles the given SQL), resets the statement, binds the statement's free parameters and executes it step by step. After each step, the column values of the current result row are retrieved and PROC is applied to them. The results of these applications are collected into a list.