Class MaterializedResults<T>

Type Parameters:
T - Type of the underlying result rows
All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper
Direct Known Subclasses:
MaterializedSelectResults, TripleListResults

public abstract class MaterializedResults<T> extends QueryExecutionResults
Represents a set of materialized results backed by some QueryExecution, materialized results permit scrolling but are not sensitive to changes in the underlying data