Is it possible to combine functionality of EnhancedOQLQuery and Query?
I want to choose whether I need to get collection or iterator as a result of OQL query. I want to use OQL as a basis to look up my objects, but some time I need iterator. And I don't want to mix use of EnhancedOQLQuery and Query in my code. If I'm right, the implementation of EnhancedOQLQuery is based on Query. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
