Re: Missing fields in getColumns() result

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

On Tue, 18 Dec 2007, Christian Schröder wrote:

> I have just found out that the ResultSet that is returned by the
> getColumns() method of a DatabaseMetaData object does only contain the
> fields from the JDBC 2 (pre JDK 1.4) spec, even if I use the JDBC 3
> driver.  Is this a known bug?

Yes.

http://archives.postgresql.org/pgsql-jdbc/2004-12/msg00038.php

And the more generic entry here:

     The JDBC 3 DatabaseMetaData methods sometimes return additional
     information. Currently we only return JDBC 2 data for these
     methods.

http://jdbc.postgresql.org/todo.html

> By the way, how can I search the mailing list archive for the term
> "SOURCE_DATA_TYPE"? The underscores seem to be ignored so I get each
> posting which contains the three terms "source", "data" and "type"
>

I'm not sure, but restricting the search to just the jdbc list makes
your post come out first.

Kris Jurka

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: find foreign key name
Следующее
От: tyju tiui
Дата:
Сообщение: pgsql jdbc setObject JAVA_OBJECT error