Re: JDBC Array Support?

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Mike Friesen <mfriesen(at)pmcanada(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: JDBC Array Support?
Date: 2001-02-22 16:44:33
Message-ID: 982860273.3a9541f151e3b@webmail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Quoting Mike Friesen <mfriesen(at)pmcanada(dot)com>:

>
> I was wondering if anyone can tell me whether the postgresql JDBC
> driver
> support array datatype? From my experimenting the answer is "no". Is
> there any type of work around?

No, not yet. The JDBC2.1 extensions of an Array type actually refer to a
different type of arrays, so the only way is to implement some new extension
for them.

Due to time constraints, I wasn't going to look at them until after 7.1 is out
(I'm concentrating on documentation now).

Peter

--
Peter Mount peter(at)retep(dot)org(dot)uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter T Mount 2001-02-22 16:47:00 Re: Errors in other languages
Previous Message Peter Eisentraut 2001-02-22 16:39:06 Re: Errors in other languages