Re: PGInterval setMinutes unrecognize ???

From: andy petrella <andy(dot)petrella(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PGInterval setMinutes unrecognize ???
Date: 2005-10-20 16:04:59
Message-ID: 7159e12c0510200904g7abca154p@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Thx,
It's what I guest but which jdbc may I use ?

'cause right now I'm using those one

8.0-313 JDBC 2<http://jdbc.postgresql.org/download/postgresql-8.0-313.jdbc2.jar>
8.0-313 JDBC 3<http://jdbc.postgresql.org/download/postgresql-8.0-313.jdbc3.jar>
Thx u all.

andy

2005/10/20, Oliver Jowett <oliver(at)opencloud(dot)com>:
>
> 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
>

--
/**\_____/**\_____/**\_____/**\_____/**\
] Signature :
] Andy Petrella
] Rue dessous l'église, 17
] 4450 Slins
] mail: andy(dot)petrella(at)gmail(dot)com
] <licencié en math, info>
] dea S.I.G. (2005-2006)
\**/"""""""\**/"""""""\**/"""""""\**/"""""""\**/

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2005-10-20 22:28:40 bug with pginterval
Previous Message Oliver Jowett 2005-10-20 01:31:18 Re: PGInterval setMinutes unrecognize ???