Re: ResultSet.getClob() causing problems when used with JPA's @Lob

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: ResultSet.getClob() causing problems when used with JPA's @Lob
Date: 2016-07-28 20:24:49
Message-ID: nndpn0$jv4$2@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Vladimir Sitnikov schrieb am 27.07.2016 um 21:58:
>
> I think something similar is needed for PgPreparedStatement as well, but I did not find a way to check
> the type of a column the way it's done in PgResultSet. It seems that ParameterList.getTypeOIDs()
> would provide that information, but I don't know how to use that. If someone points me in the right
> direction I can add that as well.
>
>
> I'm not yet ready to answer that.
>

It would be nice if someone else could point me in the right direction, because I think
that only a change to PreparedStatement would make that complete.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2016-07-28 20:46:22 Re: ResultSet.getClob() causing problems when used with JPA's @Lob
Previous Message Thomas Kellerer 2016-07-28 20:23:44 Re: ResultSet.getClob() causing problems when used with JPA's @Lob