this.rowsInput = rowsInput;
this.rowsReturned = rowsReturned;
this.eliminateDuplicates = eliminateDuplicates;
this.inSortedOrder = inSortedOrder;
this.childResultSetStatistics = childResultSetStatistics;
this.sortProperties = new FormatableProperties();
for (Enumeration e = sortProperties.keys(); e.hasMoreElements(); )
{
String key = (String)e.nextElement();
this.sortProperties.put(key, sortProperties.get(key));
}