chickadee » sqlite3 » for-each-row

for-each-row PROC STATEMENT #!rest PARAMETERSprocedure
for-each-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 this application are discarded.