ResultSetMetaData.getTableName() - Mailing list pgsql-jdbc

From Jason Davies
Subject ResultSetMetaData.getTableName()
Date
Msg-id 20011124103549.A17186@netspade.com
Whole thread Raw
Responses Re: ResultSetMetaData.getTableName()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-jdbc
Is there any chance ResultSetMetaData.getTableName(int column) could be implemented somehow? It seems that the backend
doesn'tprovide any info about the table name of a column, is this correct? Obviously not all columns returned have a
specifictable 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
whichgeneric database admin tools would find useful.  

--
Jason Davies

jason@netspade.com

pgsql-jdbc by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: Re: Urgent! JDBC connection fail -- first time succeed, second time fail
Next
From: Tom Lane
Date:
Subject: Re: ResultSetMetaData.getTableName()