getColumnName() and getColumnLabel() - Mailing list pgsql-jdbc

From Gautham S. Rao
Subject getColumnName() and getColumnLabel()
Date
Msg-id 009a01c1e2af$b42d8200$41057aa3@tatainfotech.com
Whole thread Raw
List 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 by date:

Previous
From: "Marin Dimitrov"
Date:
Subject: Invalid Unicode character
Next
From: Vernon Wu
Date:
Subject: Re: raw data broken in 7.2 driver?