Re: two dimensional arrays supported?

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Guido Fiala <guido(dot)fiala(at)dka-gmbh(dot)de>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: two dimensional arrays supported?
Date: 2004-03-10 13:09:53
Message-ID: 404F13A1.6090604@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2004-03-10 13:14:37 Re: Backup of users and groups?
Previous Message Bjørn T Johansen 2004-03-10 12:59:14 Backup of users and groups?