Handbook
Glossary
sqlite-bind-double ( handle i x -- )
Vocabulary
db
.
sqlite
.
lib
Inputs
handle
an
object
i
an
object
x
an
object
Outputs
None
Definition
USING:
db.sqlite.ffi
;
IN:
db.sqlite.lib
:
sqlite-bind-double
( handle i x -- )
sqlite3_bind_double
sqlite-check-result
;