Handbook
Glossary
rollback-transaction ( -- )
Vocabulary
db
Word description
Rolls back a transaction; no data is committed to the database. User code should make use of the
with-transaction
combinator.
Definition
IN:
db
HOOK:
rollback-transaction
db-connection
( -- )
Methods
USING:
db
;
M:
db-connection
rollback-transaction
"ROLLBACK"
sql-command
;