Re: Jdbc4ResultSet getClob and getBlob are calling getLong internally

From: Nedim Cholich <nedim(at)cholich(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Jdbc4ResultSet getClob and getBlob are calling getLong internally
Date: 2010-02-01 20:44:10
Message-ID: 2f8a6c901002011244g7df89fbeme737e11d837ea473@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, Feb 1, 2010 at 15:42, Kris Jurka <books(at)ejurka(dot)com> wrote:
> On 2/1/2010 12:39 PM, Nedim Cholich wrote:
>> Yes, it's a TEXT column and yes I'm calling rs.getClob(columnName);
>> What am I suppose to call instead?
>
> getString

Ahhh. Thanks.

BTW, I'm converting an app from Mysql to Postgresql and this is
definitely different between two servers.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Grittner 2010-02-01 20:45:15 Re: Jdbc4ResultSet getClob and getBlob are calling getLong internally
Previous Message Kris Jurka 2010-02-01 20:42:06 Re: Jdbc4ResultSet getClob and getBlob are calling getLong internally