getColumnName() and getColumnLabel()

Поиск
Список
Период
Сортировка
От Gautham S. Rao
Тема getColumnName() and getColumnLabel()
Дата
Msg-id 009a01c1e2af$b42d8200$41057aa3@tatainfotech.com
обсуждение исходный текст
Список pgsql-jdbc
Hi,

Can someone provide an answer for this query.

Regards,
Gautham.

----- Original Message -----
From: "Joseph Rajkumar" <rajkumar@telocity.com>
To: <gautam.rao@tatainfotech.com>
Sent: Saturday, April 13, 2002 12:12 AM
Subject: getColumnName() and getColumnLabel()


> Hi Gautam
>         I am using a simple select statement like:
>
> select location_id as "Location" from resorts;
>
> Then from the resultSetMetaData, I am trying to
> use getColumnName() and getColumnLabel(), which
> return the same value "Location".
>
>   How can I get the original column name ie "location_id"
> without issuing another query. I thought that
> getColumnLabel() would return "Location" and
> getColumnName() would return "location_id", but in the
> simple example above both functions return the same
> value of "Location".
>
>         I am using PostgreSQL-7.2 jdbc driver and would
> like to know if this is a bug, not implemented or is
> my understanding of the two functions wrong.
>
> Thanks
> Joseph Rajkumar
> --
> email: rajkumar@telocity.com
>
> I tried to post to the pgsql-jdbc@postgresql.org mailing
> list, but my posting did not get posted. Could you please
> post this request for me. Thanks
>


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

Предыдущее
От: "Marin Dimitrov"
Дата:
Сообщение: Invalid Unicode character
Следующее
От: Vernon Wu
Дата:
Сообщение: Re: raw data broken in 7.2 driver?