SQLException is the type of exception record that is returned after a database access fails.
eglx.persistence.sql
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
Target | Issue |
---|---|
Java | No issues. |
JavaScript | Database access is not supported. |