Class ResultSetPeeking

java.lang.Object
org.apache.jena.sparql.resultset.ResultSetPeeking
All Implemented Interfaces:
Iterator<QuerySolution>, org.apache.jena.atlas.lib.Closeable, ResultSet, ResultSetPeekable

public class ResultSetPeeking extends Object implements ResultSetPeekable, org.apache.jena.atlas.lib.Closeable
A wrapper around another result set that provides peek capabilities
  • Field Details

    • warnOnSyncErrors

      public static boolean warnOnSyncErrors
      Controls whether a log warning is printed if someone modifies the underlying result set externally to us
  • Constructor Details

    • ResultSetPeeking

      public ResultSetPeeking(ResultSet results)
      Creates a peeking wrapper around another result set
      Parameters:
      results - Inner results
  • Method Details