Uses of Interface
org.eclipse.rdf4j.query.QueryResult
Packages that use 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
Classes in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that implement QueryResult -
Uses of QueryResult in org.eclipse.rdf4j.query
Subinterfaces of QueryResult in org.eclipse.rdf4j.queryModifier 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.Methods in org.eclipse.rdf4j.query with parameters of type QueryResultModifier 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
Classes in org.eclipse.rdf4j.query.impl that implement QueryResultModifier and TypeClassDescriptionclass
Provides concurrent access to statements as they are being parsed when instances of this class are run as Threads.class
An iterating implementation of theGraphQueryResult
interface.class
An iterating implementation of theTupleQueryResult
interface.class
An implementation of theTupleQueryResult
interface that stores the complete query result in memory. -
Uses of QueryResult in org.eclipse.rdf4j.query.resultio.helpers
Classes in org.eclipse.rdf4j.query.resultio.helpers that implement QueryResultModifier and TypeClassDescriptionclass
Provides concurrent access to tuple results as they are being parsed. -
Uses of QueryResult in org.eclipse.rdf4j.spring.resultcache
Classes in org.eclipse.rdf4j.spring.resultcache that implement QueryResultModifier 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.