Обсуждение: This method is not yet implemented.

Поиск
Список
Период
Сортировка

This method is not yet implemented.

От
"Jeroen Olthof"
Дата:

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/

 

- - - - - - - - - - - - - - - - -

 

Re: This method is not yet implemented.

От
Barry Lind
Дата:
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/
 >
 >
 >
 > - - - - - - - - - - - - - - - - -
 >
 >
 >