Re: PGInterval setMinutes unrecognize ???

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: PGInterval setMinutes unrecognize ???
Дата
Msg-id 4356F366.6070108@opencloud.com
обсуждение исходный текст
Ответ на PGInterval setMinutes unrecognize ???  (andy petrella <andy.petrella@gmail.com>)
Ответы Re: PGInterval setMinutes unrecognize ???  (andy petrella <andy.petrella@gmail.com>)
Список pgsql-jdbc
andy petrella wrote:

> 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

Check that you have the right driver in your compilation classpath; that
method was only introduced recently, perhaps you are compiling against
an older driver.

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: PGInterval setMinutes unrecognize ???
Следующее
От: andy petrella
Дата:
Сообщение: Re: PGInterval setMinutes unrecognize ???