Returns the column name in the table or the derived table.
String ResultSetMetadata.getTableColumnName( 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.