| Package | Description |
|---|---|
| org.neo4j.driver.v1 |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<StatementResultCursor> |
StatementRunner.runAsync(Statement statement)
Run a statement asynchronously and return a
CompletionStage with a
result cursor. |
CompletionStage<StatementResultCursor> |
StatementRunner.runAsync(String statementTemplate)
Run a statement asynchronously and return a
CompletionStage with a
result cursor. |
CompletionStage<StatementResultCursor> |
StatementRunner.runAsync(String statementTemplate,
Map<String,Object> statementParameters)
Run a statement asynchronously and return a
CompletionStage with a
result cursor. |
CompletionStage<StatementResultCursor> |
StatementRunner.runAsync(String statementTemplate,
Record statementParameters)
Run a statement asynchronously and return a
CompletionStage with a
result cursor. |
CompletionStage<StatementResultCursor> |
StatementRunner.runAsync(String statementTemplate,
Value parameters)
Run a statement asynchronously and return a
CompletionStage with a
result cursor. |
Copyright © 2018. All rights reserved.