registerOutParameter

Поиск
Список
Период
Сортировка
От Kim Ho
Тема registerOutParameter
Дата
Msg-id 1057677042.4758.76.camel@topanga.toronto.redhat.com
обсуждение исходный текст
Список 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

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kim Ho
Дата:
Сообщение: Add casts & related fixes
Следующее
От: Kevin Schmidt
Дата:
Сообщение: Strange exception opening JDBC connection