Uses of Interface
org.eclipse.rdf4j.query.BooleanQueryResultHandler
Packages that use BooleanQueryResultHandler
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
-
Uses of BooleanQueryResultHandler in org.eclipse.rdf4j.query.resultio
Subinterfaces of BooleanQueryResultHandler in org.eclipse.rdf4j.query.resultioModifier and TypeInterfaceDescriptioninterface
The interface of objects that writer query results in a specific query result format. -
Uses of BooleanQueryResultHandler in org.eclipse.rdf4j.query.resultio.helpers
Classes in org.eclipse.rdf4j.query.resultio.helpers that implement BooleanQueryResultHandlerModifier and TypeClassDescriptionclass
An implementation of theQueryResultHandler
interface that is able to collect a single result from either Boolean or Tuple results simultaneously. -
Uses of BooleanQueryResultHandler in org.eclipse.rdf4j.query.resultio.sparqljson
Classes in org.eclipse.rdf4j.query.resultio.sparqljson that implement BooleanQueryResultHandlerModifier and TypeClassDescriptionclass
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format. -
Uses of BooleanQueryResultHandler in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement BooleanQueryResultHandlerModifier and TypeClassDescriptionclass
ABooleanQueryResultWriter
that writes boolean query results in the SPARQL Query Results XML Format. -
Uses of BooleanQueryResultHandler in org.eclipse.rdf4j.query.resultio.text
Classes in org.eclipse.rdf4j.query.resultio.text that implement BooleanQueryResultHandlerModifier and TypeClassDescriptionclass
Writer for the plain text boolean result format.