SQLWarning external type

SQLWarning is a set of error-type details that result from an interaction with a relational database. In some cases warnings are thrown like other errors, but in other cases you must access the error object by invoking the getWarnings function of either the SQL data source or the SQL result set. A warning is less significant than another kind of error.

EGL package name

eglx.persistence.sql

Example use
Type detail
externalType SQLWarning extends SQLException type NativeType
   nextWarning SQLWarning?{@Property {}};
end
Comments
This exception includes the fields that are documented in relation to eglx.persistence.sql.SQLException and eglx.lang.AnyException.
Compatibility
Table 1. Compatibility
Target Issue
Java No issues.
JavaScript Database access is not supported.