All Manuals > LispWorks User Guide and Reference Manual > 38 The SQL Package

NextPrevUpTopContentsIndex

rollback

Function
Summary

Rolls back changes made to a database since the last commit.

Package

sql

Signature

rollback &key database => nil

Arguments

database

A database.

Values

nil

Description

The function rollback rolls back changes made in database since the last commit, that is, changes made since the last commit are not recorded. The argument database defaults to *default-database*.

See also

commit
with-transaction


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex