The Ruby API has a rewind!
method rewind!
that does exactly what you want.
The Python API also has a cursor.rewind()
method.
The PHP API also has a cursor.rewind()
method.
However, neither the Java API nor C ++ have a rewind method. Everything can be found on the official API page.
brice source share