| Allegro CL version 6.2 New since 6.2 release. | |||||||||
Arguments: ( &optional db) &rest body
The forms in the body are evaluated and when
control leaves the body through any means all
tables are unlocked. This is just a call to (sql "unlock
tables") in the cleanup form of an unwind-protect. See sql.
db should be a mysql object returned by connect. The value of *mysql* is a suitable
value (and the default).
See mysql.htm for information on the Allegro MySQL facility.
Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page is new in the 6.2 release.
Created 2002.2.26.
| Allegro CL version 6.2 New since 6.2 release. | |||||||||