Re: Missing fields in getColumns() result

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Missing fields in getColumns() result
Дата
Msg-id Pine.BSO.4.64.0801070208300.465@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Missing fields in getColumns() result  (Christian Schröder <cs@deriva.de>)
Ответы Re: Missing fields in getColumns() result
Список pgsql-jdbc

On Mon, 7 Jan 2008, Christian Schröder wrote:

>  1. Implement it as you suggested.
>     The only disadvantage of this approach is that the
>     AbstractJdbc2DatabaseMetaData would have to contain also the jdbc3
>     code. I personally would not expect to find the jdbc3
>     implementation in the jdbc2 class, but if that's ok to you I won't
>     complain about it.

I think this is the way to go.  It avoids all the confusion of duplication
or splitting it into a half-dozen functions.  It's OK for a base class to
implement more functionality than it needs to make life easier for its
children.

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Christian Schröder
Дата:
Сообщение: Re: Missing fields in getColumns() result
Следующее
От: Håkan Jacobsson
Дата:
Сообщение: XA Support for Postgres