| From: | ow <oneway_111(at)yahoo(dot)com> |
|---|---|
| To: | Kris Jurka <books(at)ejurka(dot)com> |
| Cc: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: ResultSetMetaData enhancements |
| Date: | 2004-07-13 03:58:39 |
| Message-ID: | 20040713035839.66212.qmail@web53910.mail.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Hi,
Yes, rsmd.getTableName() appears to work. However, I was under impression that
the folowing should also work (but it does not):
someValue = rs.getXXX("table.column"); // instead of just rs.getXXX("column")
This would be usefull if result set contained two columns from different tables
with the same name.
Am I wrong on that one? Thanks
--- Kris Jurka <books(at)ejurka(dot)com> wrote:
> No. I've tested it for all versions going back to 7.2. Although if you
> want to use this feature you need at least a 7.4 server because it
> requires using the new V3 protocol.
>
> Kris Jurka
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kris Jurka | 2004-07-13 04:30:55 | Re: ResultSetMetaData enhancements |
| Previous Message | Kris Jurka | 2004-07-13 00:09:47 | Re: ResultSetMetaData enhancements |