| Package | Description |
|---|---|
| org.neo4j.driver.v1 | |
| org.neo4j.driver.v1.summary |
| Modifier and Type | Method and Description |
|---|---|
Statement |
Statement.withParameters(Map<String,Object> newParameters) |
Statement |
Statement.withParameters(Value newParameters) |
Statement |
Statement.withText(String newText) |
Statement |
Statement.withUpdatedParameters(Value updates)
Create a new statement with new parameters derived by updating this'
statement's parameters using the given updates.
|
| Modifier and Type | Method and Description |
|---|---|
StatementResult |
StatementRunner.run(Statement statement)
Run a statement and return a result stream.
|
| Modifier and Type | Method and Description |
|---|---|
Statement |
ResultSummary.statement() |
Copyright © 2017. All rights reserved.