Next Previous Up Top Contents Index

16 The SQL Package

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 functionrollback 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 Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker