Re: PostgreSQL data types mapped Java classes for JDBC

From: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
To: Thangalin <thangalin(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: PostgreSQL data types mapped Java classes for JDBC
Date: 2010-10-08 14:19:43
Message-ID: AANLkTikAKTmebs4-3y-1djfbJJ8m=u8vV27yFWCMBqCw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thu, Oct 7, 2010 at 10:25 AM, Thangalin <thangalin(at)gmail(dot)com> wrote:

> Where are all the PostgreSQL data types mapped to Java classes? I have found
> the following from an old mailing list message:
> Where is the most recent list?

You might want to try on pgsql-jdbc.

> P.S.
> If these are not already in the information_schema (or similar), I think
> they would make for a worthwhile addition.

I don't think this type of information is stored anywhere in
PostgreSQL, nor should it be -- it's up to the individual adapters how
they define the mapping of Postgres types to their language's types.

Josh

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Chris Campbell 2010-10-08 15:52:03 Unicode escape codes
Previous Message Josh Kupershmidt 2010-10-08 13:21:32 Re: Asynchronous I/O in Postgres