Returns the correlation name for a column.
String ResultSetMetadata.getCorrelationName( int column_no ) throws ULjException
column_no The (base 1) number of the column in the select list.
Null if there is no correlation name for the column; otherwise, returns the correlation name for a column.
The correlation name specified ([AS] correlation-name) in the FROM clause to specify a table expression, such as a derived table.