SQLException external type

SQLException is the type of exception record that is returned after a database access fails.

EGL package name

eglx.persistence.sql

Example use
Type detail
externalType SQLException extends AnyException type NativeType

   // The SQLState error code.
   SQLState string?{@Property {}};

   // The return code returned from the database management system.
   ErrorCode int?{@Property {}};

   nextException SQLException?{@Property{}};
end
Comments
Any exception includes the fields that are documented in relation to eglx.lang.AnyException.
Compatibility
Table 1. Compatibility
Target Issue
Java No issues.
JavaScript Database access is not supported.