Uses of Interface
org.eclipse.rdf4j.query.QueryResult
-
Packages that use QueryResult Package Description org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.impl -
-
Uses of QueryResult in org.eclipse.rdf4j.query
Subinterfaces of QueryResult in org.eclipse.rdf4j.query Modifier and Type Interface Description interfaceGraphQueryResultA representation of a query result as a sequence ofStatementobjects.interfaceTupleQueryResultA representation of a variable-binding query result as a sequence ofBindingSetobjects.Methods in org.eclipse.rdf4j.query with parameters of type QueryResult Modifier and Type Method Description static <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 QueryResult Modifier and Type Class Description classBackgroundGraphResultProvides concurrent access to statements as they are being parsed when instances of this class are run as Threads.classIteratingGraphQueryResultAn iterating implementation of theGraphQueryResultinterface.classIteratingTupleQueryResultAn iterating implementation of theTupleQueryResultinterface.classMutableTupleQueryResultAn implementation of theTupleQueryResultinterface that stores the complete query result in memory.
-