RethinkDB::RemoteConnection::Cursor
Inherits RethinkDB::Cursor / Iterator / Enumerable / Reference / Object
Constructors
new(query : Query, response : Response, runopts : RunOpts)
SourceInstance methods
close
Sourcefetch_next
Sourcenext
Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there
are no more elements.