Uses of Interface
org.eclipse.rdf4j.query.QueryResult
Package
Description
Interfaces and classes for handling queries and query results.
Rdf4j-Spring ResultCache
-
Uses of QueryResult in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
-
Uses of QueryResult in org.eclipse.rdf4j.query
Modifier and TypeInterfaceDescriptioninterface
A representation of a query result as a sequence ofStatement
objects.interface
A representation of a variable-binding query result as a sequence ofBindingSet
objects.Modifier and TypeMethodDescriptionstatic <T> List
<T> QueryResults.asList
(QueryResult<T> queryResult) Get a List containing all elements obtained from the specifiedQueryResult
.static <T> Set
<T> QueryResults.asSet
(QueryResult<T> queryResult) Get a Set containing all elements obtained from the specifiedQueryResult
. -
Uses of QueryResult in org.eclipse.rdf4j.query.impl
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.since 2.0.class
Deprecated.class
Deprecated.class
An implementation of theTupleQueryResult
interface that stores the complete query result in memory.class
Deprecated.UseIteratingTupleQueryResult
instead. -
Uses of QueryResult in org.eclipse.rdf4j.query.resultio.helpers
-
Uses of QueryResult in org.eclipse.rdf4j.spring.resultcache
Modifier and TypeClassDescriptionclass
class
class
Wrapper for a TupleQueryResult, allowing the result to be replayed.class
Wrapper for a TupleQueryResult, allowing the result to be replayed.