abstract class RethinkDB::Cursor
- RethinkDB::Cursor
- Reference
- Object
Included Modules
- Iterator(RethinkDB::Datum)
Direct Known Subclasses
Defined in:
driver/connection.crConstructors
Instance Method Summary
- #close
- #datum
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
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
Instance Method Detail
abstract
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.