class Neo4j::Result

Included Modules

Defined in:

neo4j/result.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_bolt_params : Neo4j::Value to_bolt_params

Constructor Detail

def self.new(type : Neo4j::Ignored | Neo4j::Success, data : Array(Array(Neo4j::Value))) #

[View source]

Instance Method Detail

def data : Array(List) #

[View source]
def each(&) #
Description copied from module Enumerable(Array(Neo4j::Value))

Must yield this collection's elements to the block.


[View source]
def fields #

[View source]
def size #
Description copied from module Enumerable(Array(Neo4j::Value))

Returns the number of elements in the collection.

[1, 2, 3, 4].size # => 4

[View source]
def type : Success | Ignored #

[View source]