Re: PGInterval setMinutes unrecognize ???

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: andy petrella <andy(dot)petrella(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PGInterval setMinutes unrecognize ???
Date: 2005-10-19 23:59:51
Message-ID: 44CEA931-A237-4EA9-A91D-A4FE08858C88@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message detroit_doc 2005-10-20 01:12:04 Postgres on Websphere 5.1
Previous Message Dave Cramer 2005-10-19 23:35:21 Re: tuning/profiling