Returns column name in the table (or 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 not a table name for the column; otherwise, table name for a column.