Hi,
I'm trying to add new features to a project. Currently a custom gateway query is being used, but I realise that the new features would be easier to do if I had that data in the form of an iterator.
Is there any quick way to turn a query into an iterator?
If not, I'll need to re-write the custom gateway method to produce an iterator instead.
Thanks,
Gareth
Thanks for the tip, but it's not quite what I'm looking for in this case.
The reactor iterators have the ability to pop out fully baked Record objects for each row. I'm not sure how I could set that up easily with the collection iterator.
From: reacto...@googlegroups.com [mailto:reacto...@googlegroups.com] On Behalf Of Raines, Byron N
Sent: 20 May 2010 14:17
Subject: RE: [reactor-users] turn a query into an iterator