chickadee » sql-de-lite » row-data

row-data statementprocedure

Retrieve a list of column data from the current row. If the last execution of step returned done, a NULL value will be returned for every column.

(row-data s)
; => (1 "foo" "bar")