PGInterval setMinutes unrecognize ???

Поиск
Список
Период
Сортировка
От andy petrella
Тема PGInterval setMinutes unrecognize ???
Дата
Msg-id 7159e12c0510191632v781df58dp@mail.gmail.com
обсуждение исходный текст
Ответы Re: PGInterval setMinutes unrecognize ???  (Dave Cramer <pg@fastcrypt.com>)
Re: PGInterval setMinutes unrecognize ???  (Oliver Jowett <oliver@opencloud.com>)
Список 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 по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: tuning/profiling
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: tuning/profiling