Handbook
Glossary
sqlite-row ( handle -- seq )
Vocabulary
db
.
sqlite
.
lib
Inputs
handle
an
object
Outputs
seq
an
object
Definition
USING:
kernel
sequences
;
IN:
db.sqlite.lib
:
sqlite-row
( handle -- seq )
dup
sqlite-#columns
[
sqlite-column
]
with
map-integers
;