Convert Timestamp to Date? - Mailing list pgsql-jdbc

From Dr. Evil
Subject Convert Timestamp to Date?
Date
Msg-id 20011105212054.8368.qmail@sidereal.kz
Whole thread Raw
List pgsql-jdbc
Hi, is there a way to convert java.sql.Timestamp to java.util.Date
type?  It seems like there should be because Timestamp is basically a
wrapper for Date, but there doesn't seem to be any method to do this.
I could have Timestamp output a string and then have Date parse the
string, but that seems very inefficient.

Thanks

pgsql-jdbc by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: Re: Upgrading is a pain: JDBC Driver loading problems
Next
From: "Jayesh K. Parayali"
Date:
Subject: Re: jdbc example: java.lang.NoClassDefFoundError