| Interface | Description |
|---|---|
| Connection |
A Connection represents an interaction with the database.
|
| Class | Description |
|---|---|
| Graph |
Represents a graph comprised on
Node's and Relationship's. |
| GraphStatement |
This is a statement that returns graphs.
|
| Neo4jClient |
This is the main class to use!
|
| Node |
Represents a Neo4J Node.
|
| Relationship |
Represents a Neo4J Relationship.
|
| RowSet |
A RowSet is similar to a JDBC ResultSet only it is very stripped down.
|
| RowStatement |
This is a statement that returns RowSets.
|
| Statement |
Neo4J supports two forms fo Statement Requests: Graphs and Rows.
|
| Exception | Description |
|---|---|
| Neo4jClientException |
Raise this for local client exceptions rather than exceptions coming back from the Neo4J Server.
|
| Neo4jServerException |
Created by markangrish on 16/02/2015.
|
| Neo4jServerMultiException |
The Neo4J Protocol does not make it clear if multiple errors can occur on an atomic transaction.
|