Name

CLSQL-CLOSED-ERROR — condition representing errors because the database has already been closed

Condition Type

Class Precedence List

clsql-closed-error, clsql-error, error, serious-condition, clsql-condition, condition, t

Description

This condition represents errors that occur because the user invokes an operation on the given database object, although the database is invalid because disconnect has already been called on this database object.

Functions which signal this error when called with a closed database will usually provide a continue restart, that will just return nil from the function.

The following initialization arguments and accessors exist:

Initarg: :database

Accessor: clsql-closed-error-database

Description: The database object that was involved in the incident.