Re: two dimensional arrays supported? - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: two dimensional arrays supported?
Date
Msg-id 404F13A1.6090604@opencloud.com
Whole thread Raw
In response to two dimensional arrays supported?  (Guido Fiala <guido.fiala@dka-gmbh.de>)
List 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 by date:

Previous
From: Bjørn T Johansen
Date:
Subject: Backup of users and groups?
Next
From: Dave Cramer
Date:
Subject: Re: Backup of users and groups?