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