Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar

From: Kris Jurka <books(at)ejurka(dot)com>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: Michael musset <mickamusset(at)gmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar
Date: 2010-10-23 06:24:05
Message-ID: alpine.BSO.2.00.1010230222160.21634@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2010-10-23 06:25:49 Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar
Previous Message Michael musset 2010-10-23 04:34:59 Re: JDBC4 with SQLXML and postgresql-8.4-702.jdbc4.jar