class RethinkDB::RemoteConnection::Cursor

Defined in:

driver/remote_connection.cr

Constructors

Instance Method Summary

Instance methods inherited from class RethinkDB::Cursor

close close, datum datum, next next

Constructor methods inherited from class RethinkDB::Cursor

new new

Instance methods inherited from class Object

!=(other : RethinkDB::DSL::R) !=, %(other : RethinkDB::DSL::R) %, &(other : RethinkDB::DSL::R) &, *(other : RethinkDB::DSL::R) *, +(other : RethinkDB::DSL::R) +, -(other : RethinkDB::DSL::R) -, /(other : RethinkDB::DSL::R) /, <(other : RethinkDB::DSL::R) <, <=(other : RethinkDB::DSL::R) <=, ==(other : RethinkDB::DSL::R) ==, >(other : RethinkDB::DSL::R) >, >=(other : RethinkDB::DSL::R) >=, |(other : RethinkDB::DSL::R) |

Constructor Detail

def self.new(query : Query, response : Response, runopts : RunOpts) #

[View source]

Instance Method Detail

def close #

[View source]
def fetch_next #

[View source]
def next #
Description copied from module Iterator(RethinkDB::Datum)

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


[View source]