If I have a `ResultSet` (which has a `next()` meth...
# announcements
z
If I have a
ResultSet
(which has a
next()
method that returns null at end of results), how could I turn that into a
Sequence
?