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.
eglx.persistence.sql
externalType SQLWarning extends SQLException type NativeType nextWarning SQLWarning?{@Property {}}; end
Target | Issue |
---|---|
Java | No issues. |
JavaScript | Database access is not supported. |