Re: setObject(i,null) and general "setNull" problems - Mailing list pgsql-jdbc

From Valentin Rodionov
Subject Re: setObject(i,null) and general "setNull" problems
Date
Msg-id de02387ba799b2c1ada23b0c0a03372d@scripps.edu
Whole thread Raw
In response to Re: setObject(i,null) and general "setNull" problems  (Kris Jurka <books@ejurka.com>)
List 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 by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: setObject(i,null) and general "setNull" problems
Next
From: Sharon Abu
Date:
Subject: PostgreSQL with Oracle OC4J Application server