ResultSetMetaData.getTableName()

From: Jason Davies <jason(at)netspade(dot)com>
To: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: ResultSetMetaData.getTableName()
Date: 2001-11-24 16:35:49
Message-ID: 20011124103549.A17186@netspade.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Is there any chance ResultSetMetaData.getTableName(int column) could be implemented somehow? It seems that the backend doesn't provide any info about the table name of a column, is this correct? Obviously not all columns returned have a specific table associated with them, but for simple SELECT statements it is possible.

I think this needs to be added to the TODO list to be implemented in the backend. This is another of those features which generic database admin tools would find useful.

--
Jason Davies

jason(at)netspade(dot)com

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2001-11-24 18:00:07 Re: ResultSetMetaData.getTableName()
Previous Message email 2001-11-23 23:46:41 CallableStatements