Handbook
Glossary
execute-statement* ( statement type -- )
Vocabulary
db
Inputs
statement
an
object
type
an
object
Outputs
None
Definition
IN:
db
GENERIC:
execute-statement*
( statement type -- )
Methods
USING:
continuations
db
destructors
kernel
;
M:
object
execute-statement*
[
drop
query-results
dispose
]
2curry
[
parse-db-error
rethrow
]
recover
;
USING:
accessors
continuations
db
db.queries
destructors
kernel
sequences
;
M:
retryable
execute-statement*
drop
[
retries>>
<iota>
]
[
[
nip
[
query-results
dispose
t
]
[
]
[
regenerate-params
bind-statement*
f
]
cleanup
]
curry
]
bi
attempt-all
drop
;