Re: meta data domains ibatis abator etc - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: meta data domains ibatis abator etc
Date
Msg-id Pine.BSO.4.64.0702051022580.17289@leary2.csoft.net
Whole thread Raw
In response to meta data domains ibatis abator etc  (BillR <iambill@williamrosmus.com>)
List pgsql-jdbc

On Sun, 4 Feb 2007, BillR wrote:

> Hi,
>    Unfortunately it seems the Postgres JDBC driver doesn't return the base
> type for domains... the data type shows up as 'OTHER'.  Now that Ibatis is
> pretty big, there is an Apache/Ibatis code generating tool you can use to
> generate most of the sql map files you need.  However it relies on being able
> to find the correct jdbc data type.
>
> Is there something I need to know in order to get the JDBC driver to return
> the correct base types?

How to write some code?  Unfortunately the JDBC driver knows nothing about
domains.  Pretty much everything you'd need to modify should be in
org.postgresql.jdbc2.TypeInfoCache.java to be able to make it see through
domains.

Kris Jurka

pgsql-jdbc by date:

Previous
From: BillR
Date:
Subject: meta data domains ibatis abator etc
Next
From: "Do, Leon \(Leon\)"
Date:
Subject: Re: Max size for bytea type