Class BoltResponse<T>

java.lang.Object
org.neo4j.ogm.drivers.bolt.response.BoltResponse<T>
All Implemented Interfaces:
AutoCloseable, org.neo4j.ogm.response.Response
Direct Known Subclasses:
GraphModelResponse, GraphRowModelResponse, RestModelResponse, RowModelResponse

public abstract class BoltResponse<T> extends Object implements org.neo4j.ogm.response.Response
Author:
Luanne Misquitta, Michael J. Simons
  • Field Details

    • result

      protected final org.neo4j.driver.Result result
  • Method Details

    • next

      public T next()
      Specified by:
      next in interface org.neo4j.ogm.response.Response<T>
    • fetchNext

      protected abstract T fetchNext()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.neo4j.ogm.response.Response<T>
    • columns

      public String[] columns()
      Specified by:
      columns in interface org.neo4j.ogm.response.Response<T>