This interface extends Formatable so that all objects which implement this interface can be easily saved to the database.
154155156157158159160161162163164
return null; ResultSetStatistics topResultSetStatistics; if (rs instanceof NoPutResultSet) { topResultSetStatistics = getResultSetStatistics((NoPutResultSet) rs);
228229230231232233234235236237238
} } 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
153154155156157158159160161162163
227228229230231232233234235236237
149150151152153154155156157158159
223224225226227228229230231232233