meta data domains ibatis abator etc

From: BillR <iambill(at)williamrosmus(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: meta data domains ibatis abator etc
Date: 2007-02-04 21:14:16
Message-ID: 45C64CA8.5040304@williamrosmus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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? Does anyone have any experience with this with respect to
Abator?

Since domains are absolutely essential for effectively managing the data model,
I don't really want to get rid of them. However, code generating tools are
essential for code development to reduce time wasted on monkey work. If Abator
didn't exist, I would have written my own generator (which would rely on the
correct data type being returned).

As a side note, I don't know why, but I keep wanting to pronounce it as
Abattoir. There has to be a better name.

Thanks,

BillR

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-02-05 15:28:30 Re: meta data domains ibatis abator etc
Previous Message Miroslav Šulc 2007-02-03 19:41:57 Re: JDBC and arrays