I would recommend using getString()/setString(). You will need to
marshall the data into the correct format, but you will at least be able
to get and set the values.
--Barry
[EMAIL PROTECTED] wrote:
how do i get jdbc to recognize the ltree type that comes with the
contrib/ltree extension?
This
Floyd,
I would recommend turning sql statement tracing on in the database to
see the exact sql text that the driver is sending to the database (in
case it is somehow munging it). Then take that exact same text (as
found in the server log files) and run it in psql to see how it works there.
--
Esteban,
Try http://jdbc.postgresql.org
thanks,
--Barry
PS. There is a pgsql-jdbc mail list which would be a more appropriate
place for this question.
Esteban Gutierrez Abarzua wrote:
> hi.
>
> who to knows about the java + postgresql (jdbc)?
>
> I need to know where can I get the
It is interesting that this should come up now. Just last week I was
trying to port a SQL statement from Oracle to Postgresql that used table
aliases in an update statement. While I can see that this functionality
wouldn't be used very often it can be very useful under certain
circumstances.
I