From: | Joseph Shraibman <jks(at)selectacast(dot)net> |
---|---|
To: | Dave Cramer <Dave(at)micro-automation(dot)net> |
Cc: | "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: intervals and jdbc |
Date: | 2002-12-06 03:15:15 |
Message-ID: | 3DF01643.90705@selectacast.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Try this:
select current_timestamp - '2002-12-05 22:14'::timestamp;
Dave Cramer wrote:
> Joseph,
>
> Can you send me a test case to demonstrate what you are trying to do?
>
> Dave
> On Thu, 2002-12-05 at 21:45, Joseph Shraibman wrote:
>
>>If I try to get an interval from postgres via jdbc I get:
>>
>>No class found for interval
>> at
>>org.postgresql.jdbc1.AbstractJdbc1Connection.getObject(AbstractJdbc1Connection.java:693)
>> at
>>org.postgresql.jdbc2.AbstractJdbc2Connection.getObject(AbstractJdbc2Connection.java:117)
>> at
>>org.postgresql.jdbc2.AbstractJdbc2ResultSet.getObject(AbstractJdbc2ResultSet.java:147)
>>
>>Why can't the interval just be returned as a String?
>>
>>
>>---------------------------(end of broadcast)---------------------------
>>TIP 5: Have you checked our extensive FAQ?
>>
>>http://www.postgresql.org/users-lounge/docs/faq.html
--
Joseph Shraibman
joseph(at)xtenit(dot)com
Increase signal to noise ratio. http://xis.xtenit.com
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2002-12-06 03:24:40 | Re: intervals and jdbc |
Previous Message | Dave Cramer | 2002-12-06 03:13:13 | Re: Postgresql and Melati |