class RethinkDB::Cursor
- RethinkDB::Cursor
- Reference
- Object
Included Modules
- Iterator(RethinkDB::QueryResult)
Defined in:
rethinkdb/connection.crConstructors
Instance Method Summary
- #fetch_next
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(RethinkDB::QueryResult)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.