Returns the table name for a column.
String ResultSetMetadata.getTableName(int column_no) throws ULjException
column_no The (base 1) number of the column in the select list.
Null if there is no table name for the column; otherwise, returns the table name for a column.
The table is the name of the table that ResultSet column references (possibly as through a correlation name).