registerOutParameter - Mailing list pgsql-jdbc

From Kim Ho
Subject registerOutParameter
Date
Msg-id 1057677042.4758.76.camel@topanga.toronto.redhat.com
Whole thread Raw
List pgsql-jdbc
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

pgsql-jdbc by date:

Previous
From: Kim Ho
Date:
Subject: Add casts & related fixes
Next
From: Kevin Schmidt
Date:
Subject: Strange exception opening JDBC connection