Re: This method is not yet implemented. - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: This method is not yet implemented.
Date
Msg-id 3D9DFC32.4090206@xythos.com
Whole thread Raw
In response to This method is not yet implemented.  ("Jeroen Olthof" <j.olthof@millipede.nl>)
List 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/
 >
 >
 >
 > - - - - - - - - - - - - - - - - -
 >
 >
 >



pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: jdbc driver question
Next
From: Barry Lind
Date:
Subject: Re: ResultSet Column Name Problem in pgjdbc2.jar?