From: | Oliver Jowett <oliver(at)opencloud(dot)com> |
---|---|
To: | Thomas Dudziak <tomdzk(at)gmail(dot)com> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: Missing functionality in ResultSetMetaData ? |
Date: | 2005-08-09 23:12:45 |
Message-ID: | 42F9386D.7070601@opencloud.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Dudziak | 2005-08-09 23:16:06 | Re: Missing functionality in ResultSetMetaData ? |
Previous Message | Kris Jurka | 2005-08-09 23:01:22 | Re: Missing functionality in ResultSetMetaData ? |