Re: PGInterval setMinutes unrecognize ??? - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: PGInterval setMinutes unrecognize ???
Date
Msg-id 4356F366.6070108@opencloud.com
Whole thread Raw
In response to PGInterval setMinutes unrecognize ???  (andy petrella <andy.petrella@gmail.com>)
Responses Re: PGInterval setMinutes unrecognize ???
List 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 by date:

Previous
From: Dave Cramer
Date:
Subject: Re: PGInterval setMinutes unrecognize ???
Next
From: andy petrella
Date:
Subject: Re: PGInterval setMinutes unrecognize ???