getXXX methods - Mailing list pgsql-jdbc

From Dave Cramer
Subject getXXX methods
Date
Msg-id 1088795907.1536.118.camel@localhost.localdomain
Whole thread Raw
Responses Re: getXXX methods
List 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



pgsql-jdbc by date:

Previous
From: Franco Bruno Borghesi
Date:
Subject: Re: Listing Database
Next
From: tgutierrez@unipamplona.edu.co
Date:
Subject: