Re: PostgreSQL data types mapped Java classes for JDBC - Mailing list pgsql-jdbc

From dmp
Subject Re: PostgreSQL data types mapped Java classes for JDBC
Date
Msg-id 4CAF8017.90607@ttc-cmc.net
Whole thread Raw
In response to PostgreSQL data types mapped Java classes for JDBC  (Thangalin <thangalin@gmail.com>)
List pgsql-jdbc
Thangalin wrote:
> Hi, all.
>
>
> Where are all the PostgreSQL data types mapped to Java classes? I have
> found the following from an old mailing list message:
>
> 1 data_type_id Data Type Id java.lang.Integer int4 11
>
>
>
>
>
That list was generated by my application which I use to do exactly
what is indicated. Create/track changes that might occur in the JDBC
and database backend for the data types. The application creates the
data types mapping dynamically for each table and its critical that
I know if changes occur. I have not created the re-generated list for
the current 9.0 release, yet. I have the basics scripts and the app
generates the list. It usually only takes a few minutes. I could probably
put something together so others could run has needed to check
their configurations. I haven't checked lately if all the data types
are covered, I know enum aren't in the list.

danap.

pgsql-jdbc by date:

Previous
From: Thangalin
Date:
Subject: Re: PostgreSQL data types mapped Java classes for JDBC
Next
From: Oliver Jowett
Date:
Subject: Re: PostgreSQL data types mapped Java classes for JDBC