Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rethinkdb-orm
v3.0.2
RethinkORM
AssociationCollection
Associations
Base
Changefeed
Event
Raw
Collection
Connection
Error
ChangefeedClosed
DatabaseError
DocumentExists
DocumentInvalid
DocumentNotFound
DocumentNotSaved
LockInvalidOp
LockLost
LockUnavailable
IdGenerator
Index
Lock
Reentrant
Persistence
Queries
HasChanges
R
Settings
HabitatSettings
Table
Timestamps
Validators
Built with Crystal 1.9.2
2023-10-08 02:20:14 UTC
class
RethinkORM::Changefeed::Raw
RethinkORM::Changefeed::Raw
RethinkORM::Changefeed(String)
Reference
Object
Overview
Raw changefeed on a table
Defined in:
rethinkdb-orm/utils/changefeed.cr
Constructors
.new
(iterator : Iterator(RethinkDB::QueryResult))
Instance methods inherited from class
RethinkORM::Changefeed(String)
next
next
,
stop
stop
Constructor methods inherited from class
RethinkORM::Changefeed(String)
new(iterator : Iterator(RethinkDB::QueryResult))
new
Constructor Detail
def self.
new
(iterator : Iterator(RethinkDB::QueryResult))
#
[
View source
]