| 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> |
Session.runAsync(Statement statement,
TransactionConfig config)
Run a statement asynchronously in an auto-commit transaction with the specified
configuration 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> |
Session.runAsync(String statement,
Map<String,Object> parameters,
TransactionConfig config)
Run a statement asynchronously in an auto-commit transaction with the specified
configuration 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> |
Session.runAsync(String statement,
TransactionConfig config)
Run a statement asynchronously in an auto-commit transaction with the specified
configuration 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 © 2019. All rights reserved.