Handbook
Glossary
sqlite-column-type ( handle index -- string )
Vocabulary
db
.
sqlite
.
lib
Inputs
handle
an
object
index
an
object
Outputs
string
an
object
Definition
USING:
db.sqlite.ffi
;
IN:
db.sqlite.lib
:
sqlite-column-type
( handle index -- string )
sqlite3_column_type
;