Обсуждение: accessing arrays from jdbc

Поиск
Список
Период
Сортировка

accessing arrays from jdbc

От
David Diller
Дата:
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