Interface SelectQueryResult

All Superinterfaces:
AutoCloseable, CloseableIterator<BindingSet>, Iterator<BindingSet>, QueryResult<BindingSet>
All Known Implementing Classes:
AsyncSelectQueryResult, IteratorAsTupleQueryResult, PathsAsTupleQueryResult

public interface SelectQueryResult extends QueryResult<BindingSet>

Represents tabular query results of rows of tuples which represent the variable-value pairs of the results

Since:
1.0
Version:
1.0
Author:
Michael Grove
  • Method Details

    • variables

      @Nonnull List<String> variables()
      Return the list of projected variables from the query
      Returns:
      the projection