Re: two dimensional arrays supported?

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: two dimensional arrays supported?
Дата
Msg-id 404F13A1.6090604@opencloud.com
обсуждение исходный текст
Ответ на two dimensional arrays supported?  (Guido Fiala <guido.fiala@dka-gmbh.de>)
Список pgsql-jdbc
Guido Fiala wrote:
> Hallo,
>
> i just tested to access a 2-dimensional array of varchar via jdbc and the
> driver gives the exception "not implemented" - did i something wrong, or is
> it not yet supported?

Only 1D arrays are currently supported.

> Any alternative available?

ResultSet.getString() should give you the raw value, you can then parse
that yourself as needed.

-O

В списке pgsql-jdbc по дате отправления: