getColumns() - Mailing list pgsql-jdbc

From Auri Mason
Subject getColumns()
Date
Msg-id Pine.LNX.4.44.0204031814060.5873-100000@mendeleev.syntrex.com
Whole thread Raw
In response to Re: Primary Key  (<rcastagnoli@katamail.com>)
Responses Re: getColumns()  (Dave Cramer <dave@fastcrypt.com>)
List pgsql-jdbc
Hi list,

in my applications I use getColumns() method to retrieve the size of some
fileds to avoid the exceed of the field size during an insert.
This procedure works fine with oracle, DB2 and MSsql JDBC but seems it
doesn't work (return a null) with the postgresql JDBC driver (feb 9 2002
release).
Anyone of you has some note/fix/workaround about this?

p.s. I use % as schema

TIA, Auri



pgsql-jdbc by date:

Previous
From: Kovács Péter
Date:
Subject: Re: PostgresqlDataSource
Next
From: Dave Cramer
Date:
Subject: Re: getColumns()