Handbook
Glossary
bind-tuple ( tuple statement -- )
Vocabulary
db
Inputs
tuple
an
object
statement
an
object
Outputs
None
Definition
IN:
db
GENERIC:
bind-tuple
( tuple statement -- )
Methods
USING:
accessors
db
db.postgresql
kernel
sequences
;
M:
postgresql-statement
bind-tuple
[
nip
]
[
in-params>>
[
postgresql-bind-conversion
]
with
map
]
2bi
>>bind-params
drop
;
USING:
accessors
db
db.sqlite
kernel
sequences
;
M:
sqlite-statement
bind-tuple
[
in-params>>
[
sqlite-bind-conversion
]
with
map
]
keep
bind-statement
;