JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.neo4j.driver
org.neo4j.driver
EagerResult
Contents
Description
Method Summary
Method Details
keys()
records()
summary()
Hide sidebar
Show sidebar
Interface EagerResult
public interface
EagerResult
An in-memory result of executing a Cypher query that has been consumed in full.
Since:
5.5
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
String
>
keys
()
Returns the keys of the records this result contains.
List
<
Record
>
records
()
Returns the list of records this result contains.
ResultSummary
summary
()
Returns the result summary.
Method Details
keys
List
<
String
>
keys
()
Returns the keys of the records this result contains.
Returns:
list of keys
records
List
<
Record
>
records
()
Returns the list of records this result contains.
Returns:
list of records
summary
ResultSummary
summary
()
Returns the result summary.
Returns:
result summary