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