Re: how to set a PreparedStatement column of XML type in 8.3?

From: dmp <danap(at)ttc-cmc(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: how to set a PreparedStatement column of XML type in 8.3?
Date: 2007-12-14 16:42:12
Message-ID: 4762B264.9040303@ttc-cmc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Exactly my point.

dana.

> On Fri, 14 Dec 2007, Matt Magoffin wrote:
>
>> Do you think it's worth considering having the 8.3 driver do this
>> automatic conversion of String <-> xml, so that users don't have to use
>> PGObject or set the stringtype=unspecified connection parameter?
>
>
> The driver can't really do that. At the time you say setString, the
> driver doesn't know that the real target type is xml, so the driver's
> only options are to set the parameter type to varchar (String) or
> unknown (the unspecified URL parameter).
>
> Kris Jurka

Browse pgsql-jdbc by date

  From Date Subject
Next Message Matt Magoffin 2007-12-14 20:16:12 Re: how to set a PreparedStatement column of XML type in 8.3?
Previous Message Tom Lane 2007-12-14 16:17:12 Re: Slow query after upgrades