while (query.next()) { table = query.get(tableId); if ( table.SomeField == 'SomeValue' ) { this.updateSpecialSum( table ); } }