class RethinkDB::Cursor

Included Modules

Defined in:

rethinkdb/connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(stream : Connection::ResponseStream, response : Connection::Response) #

[View source]

Instance Method Detail

def fetch_next #

[View source]
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.


[View source]