| Package | Description |
|---|---|
| org.neo4j.driver.v1 | |
| org.neo4j.driver.v1.summary |
| Class and Description |
|---|
| ResultSummary
The result summary of running a statement.
|
| Class and Description |
|---|
| InputPosition
An input position refers to a specific character in a statement.
|
| Notification
Representation for notifications found when executing a statement.
|
| Plan
This describes the plan that the database planner produced and used (or will use) to execute your statement.
|
| ProfiledPlan
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. |
| ServerInfo
Provides some basic information of the server where the result is obtained from.
|
| StatementType
The type of statement executed.
|
| SummaryCounters
Contains counters for various operations that a statement triggered.
|
Copyright © 2018. All rights reserved.