Re: setObject(i,null) and general "setNull" problems

Поиск
Список
Период
Сортировка
От Valentin Rodionov
Тема Re: setObject(i,null) and general "setNull" problems
Дата
Msg-id de02387ba799b2c1ada23b0c0a03372d@scripps.edu
обсуждение исходный текст
Ответ на Re: setObject(i,null) and general "setNull" problems  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
>
>> I have tried using getParameterMetaData, but that method is not yet
>> implemented in PGSQL driver.
>
> Update to build 310.
>
>
Thanks for a very quick reply!
I have not realized so much major reworking could have been done on the
driver in the 2 months since I have downloaded my old version... I am
very impressed.
So is the getParameterMetaData method fully implemented now?
Right now I have implemented my NULL setting method using
setNull(index, Types.OTHER),
and it seems to work with the "310" build fine.
Will there be any advantage over what I have done if I rewrite my
method using getParamaterMetaData
and type my NULLs  correctly (the only thing I am doing in my app is
very simple selects,
updates and inserts)?
Thanks a lot!


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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: setObject(i,null) and general "setNull" problems
Следующее
От: Sharon Abu
Дата:
Сообщение: PostgreSQL with Oracle OC4J Application server