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

From andy petrella
Subject PGInterval setMinutes unrecognize ???
Date
Msg-id 7159e12c0510191632v781df58dp@mail.gmail.com
Whole thread Raw
Responses Re: PGInterval setMinutes unrecognize ???
Re: PGInterval setMinutes unrecognize ???
List pgsql-jdbc
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: "Kevin Grittner"
Date:
Subject: Re: tuning/profiling
Next
From: Dave Cramer
Date:
Subject: Re: tuning/profiling