accessing arrays from jdbc

From: David Diller <ddiller(at)bbn(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: accessing arrays from jdbc
Date: 2000-10-11 17:06:37
Message-ID: 3.0.3.32.20001011130637.00a425a0@pobox1.bbn.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello All,

I'm trying to access a pgsql table containing a field of type integer[]
using jdbc. It appears that getArray hasn't been implemented yet (at least
for the driver that I downloaded). Is there a more recent patch or driver
that implements getArray? Is there any other way of getting data from an
array of integers? Maybe some way to get it and then cast it???

Thanks,

David

Browse pgsql-interfaces by date

  From Date Subject
Next Message Joseph Shraibman 2000-10-11 17:50:06 Re: JDBC Large ResultSet problem + BadTimeStamp Patch
Previous Message Peter Mount 2000-10-11 16:11:41 Re: JDBC Large ResultSet problem + BadTimeStamp Patch