PGInterval setMinutes unrecognize ???

From: andy petrella <andy(dot)petrella(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: PGInterval setMinutes unrecognize ???
Date: 2005-10-19 23:32:11
Message-ID: 7159e12c0510191632v781df58dp@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2005-10-19 23:35:21 Re: tuning/profiling
Previous Message Kevin Grittner 2005-10-19 23:18:03 Re: tuning/profiling