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

From: "Matt Magoffin" <postgresql(dot)org(at)msqr(dot)us>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: how to set a PreparedStatement column of XML type in 8.3?
Date: 2007-12-13 00:39:41
Message-ID: 50997.192.168.1.108.1197506381.squirrel@msqr.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


> Expected? Should? The driver should implment SQLXML, but since that
> hasn't happened yet, it's expected that the only way to deal with it is
> via Strings. You can get around your original complaint via the
> stringtype=unspecified URL parameter so you don't have to go through
> PGobject, but long term we should use SQLXML.
>
> Kris Jurka

It was hardly a complaint, just a question about how one is expected to
handle the xml type via JDBC in the current version of the driver. Thank
you for the tip on stringtype=unspecified, that is another option for me.

-- m@

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-12-13 05:55:27 Re: how to set a PreparedStatement column of XML type in 8.3?
Previous Message Kris Jurka 2007-12-12 23:59:32 Re: how to set a PreparedStatement column of XML type in 8.3?