class RethinkDB::Cursor

Included Modules

Defined in:

rethinkdb/cursor.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]
def stop #
Description copied from module Iterator(RethinkDB::QueryResult)

Shortcut for Iterator::Stop::INSTANCE, to signal that there are no more elements in an iterator.


[View source]