Uses of Interface
org.eclipse.rdf4j.query.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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Writer for the plain text boolean result format.