Create a new RowToXmlObjectMapper.
Parameters: resultSet - ResultSet to map Parameters: returnTypeClass - Class to map to. Parameters: cal - Calendar instance for date/time mappings. throws: SQLException - on error.
Build a String array of column names from the ResultSet.
A String array containing the column names contained within the ResultSet. throws: SQLException - on error