Handbook
Glossary
sqlite-bind-type ( handle key value type -- )
Vocabulary
db
.
sqlite
.
lib
Inputs
handle
an
object
key
an
object
value
an
object
type
an
object
Outputs
None
Definition
USING:
db.types
kernel
;
IN:
db.sqlite.lib
:
sqlite-bind-type
( handle key value type -- )
over
[
NULL
=
[
2drop
NULL
NULL
]
when
]
[
drop
NULL
]
if*
(sqlite-bind-type)
;