registerOutParameter

From: Kim Ho <kho(at)redhat(dot)com>
To: pgsql-jdbc-list <pgsql-jdbc(at)postgresql(dot)org>
Cc: Barry Lind <blind(at)xythos(dot)com>, Dave Cramer <Dave(at)micro-automation(dot)net>, Fernando Nasser <fnasser(at)redhat(dot)com>
Subject: registerOutParameter
Date: 2003-07-08 15:10:42
Message-ID: 1057677042.4758.76.camel@topanga.toronto.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
regoutparam.diff text/plain 31.2 KB

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-07-08 15:46:09 Re: Add casts & related fixes
Previous Message Kim Ho 2003-07-08 14:36:43 Add casts & related fixes