Uses of Interface
org.eclipse.rdf4j.query.QueryResult
-
Packages that use QueryResult Package Description org.eclipse.rdf4j.http.client org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.impl org.eclipse.rdf4j.query.resultio.helpers -
-
Uses of QueryResult in org.eclipse.rdf4j.http.client
Classes in org.eclipse.rdf4j.http.client that implement QueryResult Modifier and Type Class Description class
BackgroundGraphResult
Deprecated.UseBackgroundGraphResult
instead.class
BackgroundTupleResult
Deprecated.UseBackgroundTupleResult
instead. -
Uses of QueryResult in org.eclipse.rdf4j.query
Subinterfaces of QueryResult in org.eclipse.rdf4j.query Modifier and Type Interface Description interface
GraphQueryResult
A representation of a query result as a sequence ofStatement
objects.interface
TupleQueryResult
A representation of a variable-binding query result as a sequence ofBindingSet
objects. -
Uses of QueryResult in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement QueryResult Modifier and Type Class Description class
BackgroundGraphResult
Provides concurrent access to statements as they are being parsed when instances of this class are run as Threads.class
GraphQueryResultImpl
Deprecated.since 2.0.class
IteratingGraphQueryResult
An iterating implementation of theGraphQueryResult
interface.class
IteratingTupleQueryResult
An iterating implementation of theTupleQueryResult
interface.class
MutableTupleQueryResult
An implementation of theTupleQueryResult
interface that stores the complete query result in memory.class
TupleQueryResultImpl
Deprecated.since 2.0. -
Uses of QueryResult in org.eclipse.rdf4j.query.resultio.helpers
Classes in org.eclipse.rdf4j.query.resultio.helpers that implement QueryResult Modifier and Type Class Description class
BackgroundTupleResult
Provides concurrent access to tuple results as they are being parsed.
-