class

RethinkDB::RemoteConnection::Cursor

Inherits RethinkDB::Cursor / Iterator / Enumerable / Reference / Object

Constructors

new(query : Query, response : Response, runopts : RunOpts)
Source

Instance methods

close
Source
fetch_next
Source
next

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.

Source