class Neo4j::StreamingResult

Included Modules

Defined in:

neo4j/bolt/connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : Success | Ignored, data : StreamingResultSet) #

[View source]

Instance Method Detail


[View source]
def each #
Description copied from module Iterable(Array(Neo4j::Type))

Must return an Iterator over the elements in this collection.


[View source]
def each(&block : Row -> ) #
Description copied from module Enumerable(Array(Neo4j::Type))

Must yield this collection's elements to the block.


[View source]

[View source]