Handbook
Glossary
(odbc-get-all-rows) ( statement -- )
Vocabulary
odbc
Inputs
statement
an
object
Outputs
None
Definition
USING:
kernel
make
threads
;
IN:
odbc
:
(odbc-get-all-rows)
( statement -- )
dup
odbc-next-row
[
dup
odbc-get-row-fields
,
yield
(odbc-get-all-rows)
]
[
drop
]
if
;