The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Neo4j::Types::ByteArray - Represents a Neo4j byte array value

VERSION

version 2.00

SYNOPSIS

 $bytes = $bytearray->as_string;

DESCRIPTION

Represents a byte array value in Neo4j. Byte arrays are not a regular Cypher type, but are supported in Neo4j as a pass-through property type.

Neo4j byte arrays may be returned from a Neo4j database server. Generic Neo4j byte array values may also be created locally. See "ByteArray" in Neo4j::Types::Generic.

METHODS

Neo4j::Types::ByteArray specifies the following method.

as_string

 $bytes = $bytearray->as_string;

Return the contents of the byte array as a scalar string.

SEE ALSO

AUTHOR

Arne Johannessen <ajnn@cpan.org>

If you contact me by email, please make sure you include the word "Perl" in your subject header to help beat the spam filters.

COPYRIGHT AND LICENSE

This software is Copyright (c) 2021-2023 by Arne Johannessen.

This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0 or (at your option) the same terms as the Perl 5 programming language system itself.