dbi.mysql classes (original) (raw)
Class, dbi.mysql package
This class is defined by a defstruct call. Thus make-instance cannot be used to create an instance, but other things, like find-class, will work. MySQL objects returned by connect are of this class. It has the following accessors:
See <mysql.html> for information on the Allegro MySQL facility.
mysql-error
Class, dbi.mysql package
The superclass of all MySQL error conditions. Often this is the error condition signaled.
See mysql-protocol-error and also <mysql.html> for information on the Allegro MySQL facility.
mysql-protocol-error
Class, dbi.mysql package
The MySQL error signaled when an error is detected in the communcation between Lisp and the mysql server, which most likely means that the connection between lisp and the database server is broken.
See mysql-error and also <mysql.html> for information on the Allegro MySQL facility.
Copyright (c) Franz Inc. Lafayette, CA., USA. All rights reserved.