Re: Missing functionality in ResultSetMetaData ? - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Missing functionality in ResultSetMetaData ?
Date
Msg-id Pine.BSO.4.56.0508091611090.19160@leary.csoft.net
Whole thread Raw
In response to Missing functionality in ResultSetMetaData ?  (Thomas Dudziak <tomdzk@gmail.com>)
List pgsql-jdbc

On Tue, 9 Aug 2005, Thomas Dudziak wrote:

> I'm trying to extract the source tables from a result set for a
> arbitrary select query. For this I use the
>
> ResultSetMetaData.getTableName(int columnIndex)

http://archives.postgresql.org/pgsql-jdbc/2005-01/msg00220.php

Please see this message and the discussion referenced at the bottom of it
for why we do not support getTableName, but instead provide a pg specific
getBaseTableName method.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Thomas Dudziak
Date:
Subject: Re: Missing functionality in ResultSetMetaData ?
Next
From: Kris Jurka
Date:
Subject: Re: Missing functionality in ResultSetMetaData ?