getXXX methods

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: getXXX methods
Date: 2004-07-02 19:18:27
Message-ID: 1088795907.1536.118.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

There is a table in the jdbc spec which suggests that
there is a preferred method for getting the column information, and at
non-preferred method.

For example

getByte can be used to get a:

byte --- obviously
short
long
real
float
double
decimal
numeric
bit
char
varchar
longvarchar

Currently this is not implemented as such, there are a few questions I
have though

would all the numeric values be truncated ?

What do we do with char, varchar, longvarchar ?

--
Dave Cramer
519 939 0336
ICQ # 14675561
www.postgresintl.com

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message tania gutierrez 2004-07-02 23:45:53 error en coneccion a postgresql
Previous Message Franco Bruno Borghesi 2004-07-02 18:50:17 Re: Listing Database