ResultSetMetaData
Date: October 02, 2009 03:06AM
I use mysql-connector-java-5.1.10-bin.jar and from ResultSetMetaData I can't get alias of table, I can have getColumnLabel as alias for column.
Is there any way to access alias of table?
If I use seOldAliasMetadataBehavior=true I can get alias of table, but is there any other way?
Regards, Tomaz