RE: [INTERFACES] Newbie JDBC Datetime Question

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Herouth Maoz'" <herouth(at)oumail(dot)openu(dot)ac(dot)il>, Steven Bradley <sbradley(at)llnl(dot)gov>, pgsql-interfaces(at)postgresql(dot)org
Subject: RE: [INTERFACES] Newbie JDBC Datetime Question
Date: 1999-06-22 10:04:54
Message-ID: 1B3D5E532D18D311861A00600865478C9FC1@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I think you are correct, but I'll have to check to be sure.

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Herouth Maoz [mailto:herouth(at)oumail(dot)openu(dot)ac(dot)il]
Sent: Tuesday, June 22, 1999 10:09 AM
To: Steven Bradley; pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Newbie JDBC Datetime Question

At 03:38 +0300 on 22/06/1999, Steven Bradley wrote:

> Is there a ResultSet method that can be used to access postgres
datetime
> columns, or does the timestamp data type and the getTimestamp() method
have
> to be used.

As far as I know, you can use a datetime column as if it was the JDBC
timestamp type. So getTimestamp() will work with a datetime column as
well.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

Browse pgsql-interfaces by date

  From Date Subject
Next Message David Warnock 1999-06-22 10:18:42 JDBC and character sets
Previous Message Wayne 1999-06-22 09:50:00 Trying to get started?