Thread: registerOutParameter

registerOutParameter

From
Kim Ho
Date:
As discussed before, this adds the ability to register multiple out
parameters and INOUT parameters. This includes:
 - getXXX for Statement
 - parsing the jdbc call above and beyond the regular modifyJdbcCall
 - changing the way batch statements deal with callablestatements

This patch, along with the earlier patch that adds casts, allows us to
pass the JDBC CTS for callable statements (minus a couple things with
setDate/Time/Timestamp with Calendars that are unimplemented. I have
finished this, but am waiting on the casts patch to go through).

Feedback welcome.

Cheers,

Kim

Attachment