All Manuals > LispWorks® User Guide and Reference Manual > 45 The SQL Package

sql-database-data-error Condition Class

Summary

Used to signal errors with given data.

Package

sql

Superclasses

sql-database-error

Description

The condition class sql-database-data-error is used to signal an error with the data given. This means either a syntax error or things like accessing a non-existent table.

It signifies an error that must be fixed for the code to work.


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:56