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

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

accessing arrays

От
Seth Milder
Дата:
Hi there,

I was wondering if anyone knows how to access an integer array of
variable length with JDBC. I mean like this:


        create table ( foo int4[]);

The insertion is easy, but what method would I use to get this field
from a result set? I am sorry if this is a stupid question, but I am new
to all this.

Thanks,

Seth