struct Neo4j::PackStream::Unpacker
Defined in:
neo4j/pack_stream/unpacker.cr
Constant Summary
-
STRUCTURE_TYPES =
{node: 78, relationship: 82, path: 80, unbound_relationship: 114, success: 112, failure: 127, ignored: 126, record: 113}
Constructors
Instance Method Summary
Constructor Detail
def self.
new(string_or_io)
#
Instance Method Detail
def
prefetch_token(*args, **options)
#
def
prefetch_token(*args, **options, &)
#
def
read_array(fetch_next_token =
true)
#
def
read_hash(fetch_next_token =
true)
#
def
read_structure(fetch_next_token =
true)
#
def
read_structure(fetch_next_token =
true, &)
#