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.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. -
Uses of QueryResult in org.eclipse.rdf4j.query.impl
Modifier and TypeClassDescriptionclass
Provides concurrent access to statements as they are being parsed when instances of this class are run as Threads.class
Deprecated.since 2.0.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.class
Deprecated.since 2.0. -
Uses of QueryResult in org.eclipse.rdf4j.query.resultio.helpers
Modifier and TypeClassDescriptionclass
Provides concurrent access to tuple results as they are being parsed. -
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.