| Package | Description |
|---|---|
| org.neo4j.driver.v1 |
| Modifier and Type | Method and Description |
|---|---|
ResultSummary |
StatementResult.consume()
Consume the entire result, yielding a summary of it.
|
ResultSummary |
StatementResult.summary()
Return the result summary.
|
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<ResultSummary> |
StatementResultCursor.consumeAsync()
Asynchronously consume the entire result, yielding a summary of it.
|
CompletionStage<ResultSummary> |
StatementResultCursor.forEachAsync(Consumer<Record> action)
Asynchronously apply the given
action to every record in the result, yielding a summary of it. |
CompletionStage<ResultSummary> |
StatementResultCursor.summaryAsync()
Asynchronously retrieve the result summary.
|
Copyright © 2018. All rights reserved.