Thread: This method is not yet implemented.
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
- - - - - - - - - - - - - - - - -
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/ > > > > - - - - - - - - - - - - - - - - - > > >