Package org.neo4j.driver.summary


package org.neo4j.driver.summary
  • Class
    Description
    Provides basic information about where a ResultSummary is obtained from.
    An input position refers to a specific character in a query.
    Representation for notifications found when executing a query.
    This describes the plan that the database planner produced and used (or will use) to execute your query.
    This is the same as a regular Plan - except this plan has been executed, meaning it also contains detailed information about how much work each step of the plan incurred on the database.
    The type of query executed.
    The result summary of running a query.
    Provides some basic information of the server where the result is obtained from.
    Contains counters for various operations that a query triggered.