-79860   Ambiguous java type(s) - can't use Object/SQLData as method argument(s)

Explanation

One or more parameters of the method to be registered as a UDR is of type java.lang.Object or java.sql.SQLData. These Java™ data types can be mapped to more than one HCL Informix® data type, so the driver is unable to choose a type.

User response

Avoid using java.lang.Object or java.sql.SQLData as method arguments.


Copyright© 2018 HCL Technologies Limited