Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar
Date
Msg-id alpine.BSO.2.00.1010230222160.21634@leary.csoft.net
Whole thread Raw
In response to Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-jdbc
On Sat, 23 Oct 2010, Craig Ringer wrote:

> You need to use updateObject("DATA", java.sql.Types.SQLXML) so the JDBC
> driver knows what type to specify.
>

That's not the API for update object.  There isn't a type parameter, the
variant with a third int parameter is a scale for numeric data.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Michael musset
Date:
Subject: Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar
Next
From: Kris Jurka
Date:
Subject: Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar