Thread: accessing arrays from jdbc

accessing arrays from jdbc

From
David Diller
Date:
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