How can I create IndexedCollection from ResultSet without iteration? Or retrieve() next Query on result of previous?

42 views
Skip to first unread message

Мария Клименко

unread,
Apr 11, 2020, 6:15:33 PM4/11/20
to cqengine-discuss
I want to perform several queries, each next on the result of the previous one. But it takes a lot of time to create an IndexedCollection from ResultSet 'cos I didn't find any way to make it except using for(), forEach(), or stream(), and add each object of ResultSet to IndexedCollection. Is there any way to create IndexedCollection from ResultSet or to retrieve several queries, each on the result of the previous one?
Thanks a lot. 
Reply all
Reply to author
Forward
0 new messages