Re: PGInterval setMinutes unrecognize ???

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: PGInterval setMinutes unrecognize ???
Дата
Msg-id 44CEA931-A237-4EA9-A91D-A4FE08858C88@fastcrypt.com
обсуждение исходный текст
Ответ на PGInterval setMinutes unrecognize ???  (andy petrella <andy.petrella@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: tuning/profiling
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: PGInterval setMinutes unrecognize ???