Returns the written name for a column.
String ResultSetMetadata.getWrittenName( int column_no ) throws ULjException
column_no The (base 1) number of the column in the select list.
Null if there is no written name for the column; otherwise, returns the written name for a column.
The written name is the simple or compound name specified as the indicated column in the select list.