Re: Missing functionality in ResultSetMetaData ?

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Missing functionality in ResultSetMetaData ?
Дата
Msg-id 42F9386D.7070601@opencloud.com
обсуждение исходный текст
Ответ на Re: Missing functionality in ResultSetMetaData ?  (Thomas Dudziak <tomdzk@gmail.com>)
Список pgsql-jdbc
Thomas Dudziak wrote:

> However if this is the case, then I don't think your argument given in
> http://archives.postgresql.org/pgsql-jdbc/2004-08/msg00021.php is
> valid, because from what I understand of the ResultSetMetaData, the
> getTableName method returns the name of the column's table, ie. IMO
> the name of the table where the column is defined in. [...]

We disagree :)

In addition to what Kris posted elsewhere in the thread, there is the
compatibility angle: why should we be gratuitously incompatible with
other JDBC drivers?

> So in your example this cannot be 'f' but must be 'footable'. I mean,
> what would I do with 'f' anyway ?

Use it distinguish that particular "footable" from another "footable" in
a self-join.

-O

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Missing functionality in ResultSetMetaData ?
Следующее
От: Thomas Dudziak
Дата:
Сообщение: Re: Missing functionality in ResultSetMetaData ?