Uses of Interface
org.eclipse.rdf4j.query.QueryResult
Packages that use QueryResult
Package
Description
Interfaces and classes for handling queries and query results.
-
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.http.client
Fields in org.eclipse.rdf4j.http.client with type parameters of type QueryResultModifier and TypeFieldDescriptionprivate final HashSet<QueryResult<?>> BackgroundResultExecutor.executingMethods in org.eclipse.rdf4j.http.client with parameters of type QueryResultModifier and TypeMethodDescriptionprivate voidBackgroundResultExecutor.autoCloseRunnable(QueryResult<?> result, Runnable runner) -
Uses of QueryResult in org.eclipse.rdf4j.query
Subinterfaces of QueryResult in org.eclipse.rdf4j.queryModifier and TypeInterfaceDescriptioninterfaceA representation of a query result as a sequence ofStatementobjects.interfaceA representation of a variable-binding query result as a sequence ofBindingSetobjects.Classes in org.eclipse.rdf4j.query that implement QueryResultModifier and TypeClassDescriptionprivate static classprivate static classprivate static classMethods 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 TypeClassDescriptionclassDeprecated.classDeprecated.since 2.0.classDeprecated.classDeprecated.classAn implementation of theTupleQueryResultinterface that stores the complete query result in memory.classDeprecated.UseIteratingTupleQueryResultinstead. -
Uses of QueryResult in org.eclipse.rdf4j.query.resultio.helpers
Classes in org.eclipse.rdf4j.query.resultio.helpers that implement QueryResult