Re: Timestamp Conversion Woes Redux

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Christian Cryder <c(dot)s(dot)cryder(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Timestamp Conversion Woes Redux
Date: 2005-07-20 01:41:02
Message-ID: 42DDABAE.7050009@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Christian Cryder wrote:

> From my perspective, there needs to be a way for the JDBC driver to
> know what type of timestamp you are working with. [...]

How about this mapping?

setTimestamp(int,Timestamp) -> timestamp
setTimestamp(int,Timestamp,Calendar) -> timestamptz

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2005-07-20 01:58:16 Re: Timestamp Conversion Woes Redux
Previous Message Senthoorkumaran Punniamoorthy 2005-07-20 01:24:42 Re: org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block