2 messages in com.mysql.lists.javaRe: connectorJ and ResultSetMetadata
FromSent OnAttachments
rupinder singh grewal23 Aug 2002 08:58 
Mark Matthews24 Aug 2002 05:45 
Subject:Re: connectorJ and ResultSetMetadata
From:Mark Matthews (mmat@thematthews.org)
Date:08/24/2002 05:45:48 AM
List:com.mysql.lists.java

rupinder singh grewal wrote:

Hello,

If i am using a query with alias like

select col1 from table1 as t

then in the ResultSetMetaData object thet table name returned is t and not table1.

Is this the default behaviour.

Thanks and Regards,

Gary Grewal

To unsubscribe, send a message to the address shown in the List-Unsubscribe header of this message. If you cannot see it, e-mail java@lists.mysql.com instead.

MySQL itself does not return this information (yet), so the driver can't do anything about it.

-mark