- fetch-all sprocedure
- fetch-rows sprocedure
Calls fetch until it returns '(), and collects the result into a list. fetch-all and fetch-rows are aliases.
(query fetch-all s) ; => ((1 "foo" "bar") (2 "baz" "quux"))
Calls fetch until it returns '(), and collects the result into a list. fetch-all and fetch-rows are aliases.
(query fetch-all s) ; => ((1 "foo" "bar") (2 "baz" "quux"))