EGL defines a specific Exception
record for SQL access.
For information about core
Exception records, see
The Exception stereotype:
- SQLException
- Identifies an error that occurs
during access of a relational
database. In addition to the implicit messageID and message fields,
the record includes the following fields:
- sqlState
- Alphanumeric (CHAR(5)) code indicating status of an SQL statement.
- sqlCode
- INT type return code sent by
the database manager.