Re: Missing functionality in ResultSetMetaData ?

From: Kris Jurka <books(at)ejurka(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 21:12:36
Message-ID: Pine.BSO.4.56.0508091611090.19160@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Dudziak 2005-08-09 21:19:16 Re: Missing functionality in ResultSetMetaData ?
Previous Message Dave Cramer 2005-08-09 21:10:33 Re: Missing functionality in ResultSetMetaData ?