The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Neo4j-Driver ARNE"

Neo4j::Driver - Neo4j community graph database driver for Bolt and HTTP River stage one • 1 direct dependent • 2 total dependents

This software is a community driver for the Neo4j <https://neo4j.com/> graph database server. It is designed to follow the Neo4j Driver API, allowing clients to interact with a Neo4j server using the same classes and method calls as the official Neo4...

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::Net - Explains the design of the networking modules River stage one • 1 direct dependent • 2 total dependents

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::Types - Type mapping from Neo4j to Perl and vice versa River stage one • 1 direct dependent • 2 total dependents

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::Record - Container for Cypher result values River stage one • 1 direct dependent • 2 total dependents

Container for Cypher result values. Records are returned from Cypher statement execution, contained within a Result. A record is a form of ordered map and, as such, contained values can be accessed by either positional index or textual key. To obtain...

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::Result - Result of running a Cypher statement (a stream of records) River stage one • 1 direct dependent • 2 total dependents

The result of running a Cypher statement, conceptually a stream of records. The result stream can be navigated through using "fetch()" to consume records one at a time, or be consumed in its entirety using "list()" to get an array of all records. Res...

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::Config - Driver configuration options River stage one • 1 direct dependent • 2 total dependents

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::Plugin - Plug-in interface for Neo4j::Driver River stage one • 1 direct dependent • 2 total dependents

This is the abstract base class for Neo4j::Driver plug-ins. All plug-ins must inherit from Neo4j::Driver::Plugin (or perform the role another way). For a description of the required behaviour for plug-ins, see "METHODS" below. Plug-ins can be used to...

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::Session - Context of work for database interactions River stage one • 1 direct dependent • 2 total dependents

Provides a context of work for database interactions. A Session is a logical container hosting a series of transactions carried out against a database. Transactions can be either managed, unmanaged, or auto-commit transactions: Managed transaction fu...

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::ServerInfo - Provides Neo4j server address and version River stage one • 1 direct dependent • 2 total dependents

Provides some basic information of the server where the result is obtained from. To obtain server info, call "server" in Neo4j::Driver::Session....

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::Transaction - Logical container for an atomic unit of work River stage one • 1 direct dependent • 2 total dependents

Logical container for an atomic unit of work that is either committed in its entirety or is rolled back on failure. A driver Transaction object corresponds to a server transaction. Statements may be run lazily. Most of the time, you will not notice t...

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::ResultSummary - Details about the result of running a statement River stage one • 1 direct dependent • 2 total dependents

The result summary of running a statement. The result summary can be used to investigate details about the result, like the Neo4j server version, how many and which kinds of updates have been executed, and query plan information if available. To obta...

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::Deprecations - Explains features that have been deprecated, but not yet removed River stage one • 1 direct dependent • 2 total dependents

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::Net::HTTP::LWP - HTTP network adapter for libwww-perl River stage one • 1 direct dependent • 2 total dependents

The Neo4j::Driver::Net::HTTP::LWP package is an HTTP network adapter for Neo4j::Driver, using LWP::UserAgent to connect to the Neo4j server via HTTP or HTTPS. HTTPS connections require LWP::Protocol::https to be installed....

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::SummaryCounters - Statement statistics River stage one • 1 direct dependent • 2 total dependents

Contains counters for various operations that a statement triggered. To obtain summary counters, call "counters" in Neo4j::Driver::ResultSummary....

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::Type::Temporal - DEPRECATED (use DateTime / Duration instead) River stage one • 1 direct dependent • 2 total dependents

The Neo4j::Driver::Type::Temporal module was created to mark temporal values returned from the Neo4j server. However, beyond that, it was never implemented, and the documentation has always carried the warning: The package name "Neo4j::Driver::Type::...

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC

Neo4j::Driver::StatementResult - DEPRECATED (renamed to Neo4j::Driver::Result) River stage one • 1 direct dependent • 2 total dependents

The Neo4j::Driver::StatementResult module was renamed to Neo4j::Driver::Result for version 0.19. While the StatementResult module was part of the public API, that module name was used only internally in the driver. Objects were created by calling met...

AJNN/Neo4j-Driver-0.49 - 15 Apr 2024 21:10:08 UTC
16 results (0.051 seconds)