I want to append a new column in the fashion of
public CachedRowSet addColumn(cachedRowSet Original,List<item> column, String columnName);
or
public CachedRowSet addColumn(cachedRowSet Original,int column,String columnName);
with the column value repeated if it is a primitive.
What is the best way to do this?