Uses of Interface
org.eclipse.rdf4j.query.GraphQueryResult
Packages that use GraphQueryResult
Package
Description
Interfaces and classes for handling queries and query results.
A repository wrapper which supports auto-loading of datasets specified in a query.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
Helper classes for working with Repositories.
Core functions required for SPIN.
-
Uses of GraphQueryResult in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Classes in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that implement GraphQueryResultFields in org.eclipse.rdf4j.common.concurrent.locks.diagnostics declared as GraphQueryResultModifier and TypeFieldDescriptionprivate final GraphQueryResult
CleanerGraphQueryResult.delegate
private final GraphQueryResult
CleanerGraphQueryResult.CleanableState.iteration
Constructors in org.eclipse.rdf4j.common.concurrent.locks.diagnostics with parameters of type GraphQueryResultModifierConstructorDescriptionCleanableState
(GraphQueryResult iteration) CleanerGraphQueryResult
(GraphQueryResult delegate, ConcurrentCleaner cleaner) -
Uses of GraphQueryResult in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that return GraphQueryResultModifier and TypeMethodDescriptionprotected GraphQueryResult
SPARQLProtocolSession.getRDFBackground
(org.apache.http.client.methods.HttpUriRequest method, boolean requireContext, WeakReference<?> callerRef) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedBackgroundResultExecutor.parse
(RDFParser parser, InputStream in, Charset charset, String baseURI, WeakReference<?> callerReference) SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedSPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removed -
Uses of GraphQueryResult in org.eclipse.rdf4j.query
Classes in org.eclipse.rdf4j.query that implement GraphQueryResultModifier and TypeClassDescriptionprivate static class
private static class
Fields in org.eclipse.rdf4j.query declared as GraphQueryResultModifier and TypeFieldDescriptionprivate final GraphQueryResult
QueryResults.CleanerGraphQueryResult.delegate
private final GraphQueryResult
QueryResults.CleanerGraphQueryResult.CleanableState.iteration
private final GraphQueryResult
QueryResults.GraphQueryResultFilter.unfiltered
Methods in org.eclipse.rdf4j.query that return GraphQueryResultModifier and TypeMethodDescriptionstatic GraphQueryResult
QueryResults.distinctResults
(GraphQueryResult queryResult) Returns aGraphQueryResult
that filters out any duplicate solutions from the supplied queryResult.GraphQuery.evaluate()
static GraphQueryResult
QueryResults.limitResults
(GraphQueryResult queryResult, long limit, long offset) Returns aGraphQueryResult
that returns at most the specified maximum number of solutions, starting at the supplied offset.static GraphQueryResult
QueryResults.parseGraphBackground
(InputStream in, String baseURI, RDFFormat format, WeakReference<?> callerReference) Deprecated.WeakReferenceinvalid input: '<'?> callerReference argument will be removedstatic GraphQueryResult
QueryResults.parseGraphBackground
(InputStream in, String baseURI, RDFParser parser, WeakReference<?> callerReference) Deprecated.WeakReferenceinvalid input: '<'?> callerReference argument will be removedMethods in org.eclipse.rdf4j.query with parameters of type GraphQueryResultModifier and TypeMethodDescriptionstatic GraphQueryResult
QueryResults.distinctResults
(GraphQueryResult queryResult) Returns aGraphQueryResult
that filters out any duplicate solutions from the supplied queryResult.static boolean
QueryResults.equals
(GraphQueryResult result1, GraphQueryResult result2) Compares two graph query results and returnstrue
if they are equal.static GraphQueryResult
QueryResults.limitResults
(GraphQueryResult queryResult, long limit, long offset) Returns aGraphQueryResult
that returns at most the specified maximum number of solutions, starting at the supplied offset.static void
QueryResults.report
(GraphQueryResult graphQueryResult, RDFHandler rdfHandler) Reports a graph query result to anRDFHandler
.static Statement
QueryResults.singleResult
(GraphQueryResult result) Returns a single element from the query result.The QueryResult is automatically closed by this method.Constructors in org.eclipse.rdf4j.query with parameters of type GraphQueryResultModifierConstructorDescriptionCleanableState
(GraphQueryResult iteration) CleanerGraphQueryResult
(GraphQueryResult delegate, Cleaner cleaner) GraphQueryResultFilter
(GraphQueryResult wrappedResult) -
Uses of GraphQueryResult in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return GraphQueryResult -
Uses of GraphQueryResult in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement GraphQueryResultModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.since 2.0.class
Deprecated. -
Uses of GraphQueryResult in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio with parameters of type GraphQueryResultModifier and TypeMethodDescriptionstatic void
QueryResultIO.writeGraph
(GraphQueryResult gqr, RDFFormat format, OutputStream out) Writes a graph query result document in a specific RDF format to an output stream. -
Uses of GraphQueryResult in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset that return GraphQueryResult -
Uses of GraphQueryResult in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that return GraphQueryResult -
Uses of GraphQueryResult in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return GraphQueryResult -
Uses of GraphQueryResult in org.eclipse.rdf4j.repository.sparql.query
Methods in org.eclipse.rdf4j.repository.sparql.query that return GraphQueryResult -
Uses of GraphQueryResult in org.eclipse.rdf4j.repository.util
Method parameters in org.eclipse.rdf4j.repository.util with type arguments of type GraphQueryResultModifier and TypeMethodDescriptionstatic <T> T
Repositories.graphQuery
(Repository repository, String query, Function<GraphQueryResult, T> processFunction) Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static <T> T
Repositories.graphQueryNoTransaction
(Repository repository, String query, Function<GraphQueryResult, T> processFunction) Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the givenFunction
with the result from the function returned by the method. -
Uses of GraphQueryResult in org.eclipse.rdf4j.spin.function
Fields in org.eclipse.rdf4j.spin.function declared as GraphQueryResultModifier and TypeFieldDescriptionprivate final GraphQueryResult
ConstructTupleFunction.GraphQueryResultIteration.queryResult
Constructors in org.eclipse.rdf4j.spin.function with parameters of type GraphQueryResultModifierConstructorDescription(package private)
GraphQueryResultIteration
(GraphQueryResult queryResult)