Returns the qualified name for a column.
String ResultSetMetadata.getQualifiedName( int column_no ) throws ULjException
column_no the (base 1) number of the column in the select list.
null, if there is not a qualified name for the column; otherwise, qualified name for a column.
When the ResultSet column refers to a column in a table, the name returned is a compound name consisting of a correlation name (or table name if the correlation name was not given) followed by the name of the column in the table.