ResultSetMetaData / MySQL Connector/J question
Posted by: greg buehrer
Date: October 25, 2004 07:21AM

Hi,
I am calling the getTableName() method on the ResultSetMetaData class using the MySQL Connector/J driver. For true column selects, such as "SELECT col1 FROM table1" it returns "db.table" as expected. For function columns, such as "SELECT col1+col2 FROM table1" it returns " ". Where is this handled? Is there a modification I can perform that would allow the call to return "db.table,db.table"?

Regards,
Greg Buehrer

Options: ReplyQuote


Subject
Written By
Posted
ResultSetMetaData / MySQL Connector/J question
October 25, 2004 07:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.