Returns the alias name for a column.
String ResultSetMetadata.getAliasName(int column_no) throws ULjException
column_no The (base 1) number of the column in the select list.
Null if there is not an alias name for the column; otherwise, returns the alias name for a column.
The alias name ([AS] name) may be specified to reference a column.