Re: This method is not yet implemented.

From: Barry Lind <barry(at)xythos(dot)com>
To: j(dot)olthof(at)millipede(dot)nl
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: This method is not yet implemented.
Date: 2002-10-04 20:38:10
Message-ID: 3D9DFC32.4090206@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Jeroen,

What version are you using? I think this is implemented in the latest
code. But to answer your original question go to jdbc.postgresql.org
and follow the links to the source code.

thanks,
--Barry

Jeroen Olthof wrote:
> Hi,
>
>
>
> When I try.
>
>
>
> Array a = (rs.getArray("indkey")).getArray();
>
>
>
> I’m trying to fetch a int2array field. But getting This method is not
> yet implemented.
>
> So I was wondering I source of the driver is available so I can
> implement it myself?
>
>
>
>
>
> - - - - - - - - - - - - - - - - -
>
>
>
> J e r o e n O l t h o f
>
>
>
> Millipede
>
>
>
> http://www.millipede.nl/
>
>
>
> - - - - - - - - - - - - - - - - -
>
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-10-04 20:38:16 Re: jdbc driver question
Previous Message Dror Matalon 2002-10-04 16:00:59 Re: ResultSet Column Name Problem in pgjdbc2.jar?