Function documentationSQLError Class (sdb.sql Module) Locate this document in the navigation structure

 

SQLError is a class of the sdb.sql module.

The methods of the sdb.sql module trigger exceptions of this class when an SQL statement contains an error or an error occurs during execution of an SQL statement.

SQLError Class: Attributes of its Objects

Name

Description

errorCode

Message number

See: Messages

sqlState

Standardized error code

message

Error message text

errorPos

For an error in the SQL statement: position of the error in the SQL statement

For an error in the execution of the SQL statement: position number of the parameter with the error (first parameter = 0)