Re: PGInterval setMinutes unrecognize ??? - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: PGInterval setMinutes unrecognize ???
Date
Msg-id 44CEA931-A237-4EA9-A91D-A4FE08858C88@fastcrypt.com
Whole thread Raw
In response to PGInterval setMinutes unrecognize ???  (andy petrella <andy.petrella@gmail.com>)
List pgsql-jdbc
What is the error? It should work.

Dave
On 19-Oct-05, at 7:32 PM, andy petrella wrote:

> Hi everybody,
>
> Someone can tell me why I get that error :
>
>      symbol  : method setMinutes(int)
>      location: class org.postgresql.util.PGInterval
>                  duree.setMinutes((int)minutes);
>      1 error
>
> when :
>
>      PGInterval duree = new PGInterval();   // passed
>      duree.setMinutes((int)minutes);           //buzzzzzzzzzzz
>
>
>
> I can create new PGInterval but I can use its methods... can't
> understand and make me mad !
>
> thx
>
> andy


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: tuning/profiling
Next
From: Oliver Jowett
Date:
Subject: Re: PGInterval setMinutes unrecognize ???