class Neo4j::StreamingResult
- Neo4j::StreamingResult
- Reference
- Object
Included Modules
- Enumerable(Array(Neo4j::Type))
- Iterable(Array(Neo4j::Type))
Defined in:
neo4j/bolt/connection.crConstructors
Instance Method Summary
- #data : Neo4j::StreamingResultSet
-
#each
Must return an
Iterator
over the elements in this collection. -
#each(&block : Row -> )
Must yield this collection's elements to the block.
- #type : Neo4j::Ignored | Neo4j::Success
Constructor Detail
Instance Method Detail
def each
#
Description copied from module Iterable(Array(Neo4j::Type))
Must return an Iterator
over the elements in this collection.
Description copied from module Enumerable(Array(Neo4j::Type))
Must yield this collection's elements to the block.