Uses of Class
org.eclipse.rdf4j.query.TupleQueryResultHandlerException
-
Packages that use TupleQueryResultHandlerException Package Description org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.dawg Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabularyorg.eclipse.rdf4j.query.impl -
-
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that throw TupleQueryResultHandlerException Modifier and Type Method Description voidAbstractTupleQueryResultHandler. endQueryResult()voidQueryResultHandler. endQueryResult()Indicates the end of a sequence of solutions.voidTupleQuery. evaluate(TupleQueryResultHandler handler)voidAbstractTupleQueryResultHandler. handleSolution(BindingSet bindingSet)voidQueryResultHandler. handleSolution(BindingSet bindingSet)Handles a solution.static voidQueryResults. report(TupleQueryResult tqr, QueryResultHandler handler)Reports a tuple query result to aTupleQueryResultHandler.voidAbstractTupleQueryResultHandler. startQueryResult(List<String> bindingNames)voidQueryResultHandler. startQueryResult(List<String> bindingNames)Indicates the start of a sequence of Solutions. -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg that throw TupleQueryResultHandlerException Modifier and Type Method Description voidDAWGTestResultSetWriter. endQueryResult()voidDAWGTestResultSetWriter. handleSolution(BindingSet bindingSet)voidDAWGTestResultSetWriter. startQueryResult(List<String> bindingNames) -
Uses of TupleQueryResultHandlerException in org.eclipse.rdf4j.query.impl
Methods in org.eclipse.rdf4j.query.impl that throw TupleQueryResultHandlerException Modifier and Type Method Description voidTupleQueryResultBuilder. handleSolution(BindingSet bindingSet)voidTupleQueryResultBuilder. startQueryResult(List<String> bindingNames)
-