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

    Modifier and Type
    Method
    Description
    Returns the keys of the records this result contains.
    Returns the list of records this result contains.
    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