Package | Description |
---|---|
org.neo4j.driver | |
org.neo4j.driver.summary | |
org.neo4j.driver.types | |
org.neo4j.driver.util |
Modifier and Type | Class and Description |
---|---|
class |
Config
A configuration class to config driver properties.
|
class |
Query
The components of a Cypher query, containing the query text and parameter map.
|
interface |
Record
Container for Cypher result values.
|
interface |
Value
A unit of data that adheres to the Neo4j type system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InputPosition
An input position refers to a specific character in a query.
|
interface |
Notification
Representation for notifications found when executing a query.
|
interface |
Plan
This describes the plan that the database planner produced and used (or will use) to execute your query.
|
interface |
ResultSummary
The result summary of running a query.
|
interface |
SummaryCounters
Contains counters for various operations that a query triggered.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Entity
A uniquely identifiable property container that can form part of a Neo4j graph.
|
interface |
IsoDuration
Represents temporal amount containing months, days, seconds and nanoseconds of the second.
|
interface |
Path
A Path is a directed sequence of relationships between two nodes.
|
interface |
Point
Represents a single point in a particular coordinate reference system.
|
interface |
Type
The type of a
Value as defined by the Cypher language |
interface |
TypeSystem
A listing of all database types this driver can handle.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Pair<K,V>
Immutable pair of a key and a value
|