Entering content frame

Function documentation Class SQLError Locate the document in the library structure

Use

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.

Attributes of the Objects of the Class SQLError

Name

Description

errorCode

Message number

See: Structure linkMessages

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)

 

 

Leaving content frame