Re: ResultSetMetaData.getTableName() == null - Mailing list pgsql-jdbc

From Alex Stienstra
Subject Re: ResultSetMetaData.getTableName() == null
Date
Msg-id 20060922084944.xbng75r2jjgog04w@webmail.versatel.nl
Whole thread Raw
In response to ResultSetMetaData.getTableName() == null  (Alex Stienstra <alex.stienstra@zonnet.nl>)
Responses Re: ResultSetMetaData.getTableName() == null  (Markus Schaber <schabi@logix-tt.com>)
List pgsql-jdbc
MySQL returns the tablename if possible otherwise the alias. I find
this an acceptable solution. Having at least a name one could query the
meta system in other to determine whether it is a table name or not.

I am working on automatically generated web interface on the basis of a
single SQL query. This is why I need to know the columns and tables
involved in the query: http://www.melstra.nl/test/Form1.php

Best regards,

Alex Stienstra.

pgsql-jdbc by date:

Previous
From: Philip Yarra
Date:
Subject: Re: ResultSetMetaData.getTableName() == null
Next
From: Markus Schaber
Date:
Subject: Re: ResultSetMetaData.getTableName() == null