Re: ResultSetMetaData.getTableName() == null

From: Alex Stienstra <alex(dot)stienstra(at)zonnet(dot)nl>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: ResultSetMetaData.getTableName() == null
Date: 2006-09-22 06:49:44
Message-ID: 20060922084944.xbng75r2jjgog04w@webmail.versatel.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tore Halset 2006-09-22 13:19:19 the good old getObject(<oid>) issue..
Previous Message Philip Yarra 2006-09-22 06:04:36 Re: ResultSetMetaData.getTableName() == null