Re: meta data domains ibatis abator etc

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: meta data domains ibatis abator etc
Дата
Msg-id Pine.BSO.4.64.0702051022580.17289@leary2.csoft.net
обсуждение исходный текст
Ответ на meta data domains ibatis abator etc  (BillR <iambill@williamrosmus.com>)
Список 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 по дате отправления:

Предыдущее
От: BillR
Дата:
Сообщение: meta data domains ibatis abator etc
Следующее
От: "Do, Leon \(Leon\)"
Дата:
Сообщение: Re: Max size for bytea type