Uses of Interface
org.eclipse.rdf4j.query.TupleQueryResult
-
-
Uses of TupleQueryResult in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Classes in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that implement TupleQueryResult Modifier and Type Class Description class
CleanerTupleQueryResult
Constructors in org.eclipse.rdf4j.common.concurrent.locks.diagnostics with parameters of type TupleQueryResult Constructor Description CleanerTupleQueryResult(TupleQueryResult delegate, ConcurrentCleaner cleaner)
-
Uses of TupleQueryResult in org.eclipse.rdf4j.federated.api
Methods in org.eclipse.rdf4j.federated.api that return TupleQueryResult Modifier and Type Method Description TupleQueryResult
FedXApi. evaluate(String query)
TupleQueryResult
FedXApi. evaluate(String query, List<Endpoint> endpoints)
TupleQueryResult
FedXApi. evaluateAt(String query, List<String> endpointIds)
-
Uses of TupleQueryResult in org.eclipse.rdf4j.federated.structures
Methods in org.eclipse.rdf4j.federated.structures that return TupleQueryResult Modifier and Type Method Description TupleQueryResult
FedXTupleQuery. evaluate()
-
Uses of TupleQueryResult in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that return TupleQueryResult Modifier and Type Method Description protected TupleQueryResult
SPARQLProtocolSession. getBackgroundTupleQueryResult(org.apache.http.client.methods.HttpUriRequest method, WeakReference<?> callerRef)
Deprecated.WeakReference> callerRef argument will be removedTupleQueryResult
RDF4JProtocolSession. getContextIDs()
TupleQueryResult
RDF4JProtocolSession. getNamespaces()
TupleQueryResult
RDF4JProtocolSession. getRepositoryList()
TupleQueryResult
BackgroundResultExecutor. parse(TupleQueryResultParser parser, InputStream in, WeakReference<?> callerReference)
TupleQueryResult
SPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, WeakReference<?> callerRef, Binding... bindings)
Deprecated.WeakReference> callerRef argument will be removedTupleQueryResult
SPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, WeakReference<?> callerRef, Binding... bindings)
Deprecated.WeakReference> callerRef argument will be removed -
Uses of TupleQueryResult in org.eclipse.rdf4j.http.server.repository.handler
Methods in org.eclipse.rdf4j.http.server.repository.handler that return TupleQueryResult Modifier and Type Method Description protected TupleQueryResult
DefaultQueryRequestHandler. evaluateQuery(TupleQuery query, long limit, long offset, boolean distinct)
-
Uses of TupleQueryResult in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return TupleQueryResult Modifier and Type Method Description static TupleQueryResult
QueryResults. distinctResults(TupleQueryResult queryResult)
Returns aTupleQueryResult
that filters out any duplicate solutions from the supplied queryResult.TupleQueryResult
TupleQuery. evaluate()
static TupleQueryResult
QueryResults. limitResults(TupleQueryResult queryResult, long limit, long offset)
Returns aTupleQueryResult
that returns at most the specified maximum number of solutions, starting at the supplied offset.Methods in org.eclipse.rdf4j.query with parameters of type TupleQueryResult Modifier and Type Method Description static TupleQueryResult
QueryResults. distinctResults(TupleQueryResult queryResult)
Returns aTupleQueryResult
that filters out any duplicate solutions from the supplied queryResult.static boolean
QueryResults. equals(TupleQueryResult tqr1, TupleQueryResult tqr2)
Compares two tuple query results and returnstrue
if they are equal.Tuple query results are equal if they contain the same set ofBindingSet
s and have the same headers.static List<Value>
QueryResults. getAllValues(TupleQueryResult result, String var)
Returns a list of values of a particular variable out of the QueryResult.static boolean
QueryResults. isSubset(TupleQueryResult tqr1, TupleQueryResult tqr2)
static TupleQueryResult
QueryResults. limitResults(TupleQueryResult queryResult, long limit, long offset)
Returns aTupleQueryResult
that returns at most the specified maximum number of solutions, starting at the supplied offset.static void
QueryResults. report(TupleQueryResult tqr, QueryResultHandler handler)
Reports a tuple query result to aTupleQueryResultHandler
.static BindingSet
QueryResults. singleResult(TupleQueryResult result)
Returns a single element from the query result.The QueryResult is automatically closed by this method. -
Uses of TupleQueryResult in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg that return TupleQueryResult Modifier and Type Method Description static TupleQueryResult
DAWGTestResultSetUtil. toTupleQueryResult(Iterable<? extends Statement> dawgGraph)
Methods in org.eclipse.rdf4j.query.dawg with parameters of type TupleQueryResult Modifier and Type Method Description static Model
DAWGTestResultSetUtil. toGraph(TupleQueryResult tqr)
-
Uses of TupleQueryResult in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement TupleQueryResult Modifier and Type Class Description class
IteratingTupleQueryResult
Deprecated.class
MutableTupleQueryResult
An implementation of theTupleQueryResult
interface that stores the complete query result in memory.class
TupleQueryResultImpl
Deprecated.since 2.0.Methods in org.eclipse.rdf4j.query.impl that return TupleQueryResult Modifier and Type Method Description TupleQueryResult
TupleQueryResultBuilder. getQueryResult()
Constructors in org.eclipse.rdf4j.query.impl with parameters of type TupleQueryResult Constructor Description MutableTupleQueryResult(TupleQueryResult tqr)
-
Uses of TupleQueryResult in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that return TupleQueryResult Modifier and Type Method Description static TupleQueryResult
QueryResultIO. parseTuple(InputStream in, QueryResultFormat format, WeakReference<?> callerReference)
Deprecated.WeakReference> callerReference argument will be removedstatic TupleQueryResult
QueryResultIO. parseTupleBackground(InputStream in, QueryResultFormat format, WeakReference<?> callerReference)
Deprecated.WeakReference> callerReference argument will be removedMethods in org.eclipse.rdf4j.query.resultio with parameters of type TupleQueryResult Modifier and Type Method Description static void
QueryResultIO. writeTuple(TupleQueryResult tqr, QueryResultFormat format, OutputStream out)
Writes a query result document in a specific query result format to an output stream. -
Uses of TupleQueryResult in org.eclipse.rdf4j.query.resultio.helpers
Classes in org.eclipse.rdf4j.query.resultio.helpers that implement TupleQueryResult Modifier and Type Class Description class
BackgroundTupleResult
Deprecated. -
Uses of TupleQueryResult in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that return TupleQueryResult Modifier and Type Method Description TupleQueryResult
HTTPTupleQuery. evaluate()
-
Uses of TupleQueryResult in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return TupleQueryResult Modifier and Type Method Description TupleQueryResult
SailTupleQuery. evaluate()
-
Uses of TupleQueryResult in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql with parameters of type TupleQueryResult Modifier and Type Method Description protected Iteration<Statement,QueryEvaluationException>
SPARQLConnection. toStatementIteration(TupleQueryResult iter, Resource subj, IRI pred, Value obj)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of TupleQueryResult in org.eclipse.rdf4j.repository.sparql.query
Methods in org.eclipse.rdf4j.repository.sparql.query that return TupleQueryResult Modifier and Type Method Description TupleQueryResult
SPARQLTupleQuery. evaluate()
-
Uses of TupleQueryResult in org.eclipse.rdf4j.repository.util
Method parameters in org.eclipse.rdf4j.repository.util with type arguments of type TupleQueryResult Modifier and Type Method Description static <T> T
Repositories. tupleQuery(Repository repository, String query, Function<TupleQueryResult,T> processFunction)
Performs a SPARQL Select 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. tupleQueryNoTransaction(Repository repository, String query, Function<TupleQueryResult,T> processFunction)
Performs a SPARQL Select 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 TupleQueryResult in org.eclipse.rdf4j.spring.dao.support.operation
Methods in org.eclipse.rdf4j.spring.dao.support.operation with parameters of type TupleQueryResult Modifier and Type Method Description Stream<BindingSet>
TupleQueryResultConverter. getBindingStream(TupleQueryResult result)
If the result has only one empty binding set, this method returns an empty stream, otherwise the stream of BindingSetsMethod parameters in org.eclipse.rdf4j.spring.dao.support.operation with type arguments of type TupleQueryResult Modifier and Type Method Description <T> T
TupleQueryResultConverter. applyToResult(Function<TupleQueryResult,T> function)
Applies the function to theTupleQueryResult
and closes the result afterwards.void
TupleQueryResultConverter. consumeResult(Consumer<TupleQueryResult> consumer)
Passes theTupleQueryResult
to the consumer and closes the result afterwards.Constructors in org.eclipse.rdf4j.spring.dao.support.operation with parameters of type TupleQueryResult Constructor Description TupleQueryResultConverter(TupleQueryResult result)
-
Uses of TupleQueryResult in org.eclipse.rdf4j.spring.operationlog
Methods in org.eclipse.rdf4j.spring.operationlog that return TupleQueryResult Modifier and Type Method Description TupleQueryResult
LoggingTupleQuery. evaluate()
-
Uses of TupleQueryResult in org.eclipse.rdf4j.spring.resultcache
Classes in org.eclipse.rdf4j.spring.resultcache that implement TupleQueryResult Modifier and Type Class Description class
CachedTupleQueryResult
class
ReusableTupleQueryResult
Wrapper for a TupleQueryResult, allowing the result to be replayed.Methods in org.eclipse.rdf4j.spring.resultcache that return TupleQueryResult Modifier and Type Method Description TupleQueryResult
ResultCachingTupleQuery. evaluate()
Constructors in org.eclipse.rdf4j.spring.resultcache with parameters of type TupleQueryResult Constructor Description ReusableTupleQueryResult(TupleQueryResult result, BindingSet queryBindings)
-
Uses of TupleQueryResult in org.eclipse.rdf4j.spring.support.query
Methods in org.eclipse.rdf4j.spring.support.query that return TupleQueryResult Modifier and Type Method Description TupleQueryResult
DelegatingTupleQuery. evaluate()
-
Uses of TupleQueryResult in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest
Methods in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest that return TupleQueryResult Modifier and Type Method Description protected TupleQueryResult
SPARQLQueryTest. readExpectedTupleQueryResult()
Deprecated.Methods in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest with parameters of type TupleQueryResult Modifier and Type Method Description protected void
SPARQLQueryTest. compareTupleQueryResults(TupleQueryResult queryResult, TupleQueryResult expectedResult)
Deprecated. -
Uses of TupleQueryResult in org.eclipse.rdf4j.testsuite.query.resultio
Methods in org.eclipse.rdf4j.testsuite.query.resultio that return TupleQueryResult Modifier and Type Method Description protected TupleQueryResult
AbstractQueryResultIOTest. createTupleMultipleBindingSets()
protected TupleQueryResult
AbstractQueryResultIOTest. createTupleNoBindingSets()
protected TupleQueryResult
AbstractQueryResultIOTest. createTupleSingleVarMultipleBindingSets()
protected TupleQueryResult
AbstractQueryResultIOTest. parseTupleInternal(TupleQueryResultFormat format, InputStream in)
Override this to customise how the tuple parsing is performed, particularly to test background and other parsing strategies.Methods in org.eclipse.rdf4j.testsuite.query.resultio with parameters of type TupleQueryResult Modifier and Type Method Description protected void
AbstractQueryResultIOTest. assertQueryResultsEqual(TupleQueryResult expected, TupleQueryResult output)
protected void
AbstractQueryResultIOTest. doBooleanParseNoHandlerOnTupleResults(BooleanQueryResultFormat format, TupleQueryResult tqr, TupleQueryResultFormat matchingTupleFormat)
Tests that the parser returned for a BooleanQueryResultFormat is not able to parse a TupleQueryResultFormat using the deprecatedBooleanQueryResultParser.parse(java.io.InputStream)
method, and that it does indeed through an exception of typeQueryResultParseException
.protected void
AbstractQueryResultIOTest. doTupleJSONPCallback(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected)
Test specifically for JSONP callback support.protected void
AbstractQueryResultIOTest. doTupleLinks(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links)
protected void
AbstractQueryResultIOTest. doTupleLinksAndStylesheet(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl)
protected void
AbstractQueryResultIOTest. doTupleLinksAndStylesheetAndNamespaces(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl, Map<String,String> namespaces)
protected void
AbstractQueryResultIOTest. doTupleLinksAndStylesheetAndNamespacesQName(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl, Map<String,String> namespaces)
Test specifically for QName support.protected void
AbstractQueryResultIOTest. doTupleLinksAndStylesheetMultipleEndHeaders(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl)
protected void
AbstractQueryResultIOTest. doTupleLinksAndStylesheetNoStarts(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl)
protected void
AbstractQueryResultIOTest. doTupleMissingStartQueryResult(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl)
protected void
AbstractQueryResultIOTest. doTupleNoHandler(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected)
Tests that parsing a tuple results set without specifying aTupleQueryResultHandler
does not throw any exceptions.protected void
AbstractQueryResultIOTest. doTupleNoLinks(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected)
protected void
AbstractQueryResultIOTest. doTupleStylesheet(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, String stylesheetUrl)
-