Name

CLSQL-EXISTS-WARNING — condition representing warnings arising because of existing connections

Condition Type

Class Precedence List

clsql-exists-warning, clsql-exists-condition, clsql-warning, warning, clsql-condition, condition, t

Description

This condition is a subtype of clsql-exists-condition, and is signalled during calls to connect when there is an existing connection, and if-exists is either :warn-new or :warn-old. In the former case, new-db will be the newly created database object, in the latter case it will be the existing old database object.

The initialization arguments and accessors are the same as for clsql-exists-condition.