}
}
public ResultSetStatistics getNoRowsResultSetStatistics(ResultSet rs)
{
ResultSetStatistics retval = null;
/* We need to differentiate based on instanceof in order
* to find the right constructor to call. This is ugly,
* but if we don't do instanceof then rs is always seen as an
* interface instead of a class when we try to overload