Limitations for Java™ UDRs
Java™ UDRs have the
following limitations in :
- Return arrays for the executeBatch() method are not supported when using the direct connect method (IfxDirectConnection) for Java™ UDRs. Only the update count for the first statement executed in the batch is returned.
- BYTE OUT parameters for Java™ UDRs are not supported.
- A BYTE value cannot be retrieved from a BYTE column in Java™ UDRs.