LogUserMethodExceptions
Boolean
false
Purpose
The LogUserMethodExceptions parameter specifies whether an error message is output to the jommsg.log file if a user method used in an ODBC query raises an exception. When an exception is raised, the value of the column is returned as NULL.
Parameter is read when …
An exception occurs in a user method used in an ODBC query.
Hint
For methods or mapping methods that are mapped to ODBC columns, it is more efficient to handle exceptions within your user code and return a valid value rather than propagating the error out to the ODBC driver code.