Uses of Interface
org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriter
-
Packages that use BooleanQueryResultWriter Package Description org.eclipse.rdf4j.query.resultio org.eclipse.rdf4j.query.resultio.sparqljson A writer for the SPARQL Query Results JSON Formatorg.eclipse.rdf4j.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Formatorg.eclipse.rdf4j.query.resultio.text -
-
Uses of BooleanQueryResultWriter in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that return BooleanQueryResultWriter Modifier and Type Method Description static BooleanQueryResultWriter
QueryResultIO. createBooleanWriter(QueryResultFormat format, OutputStream out)
Convenience methods for creating BooleanQueryResultWriter objects.This method uses the registry returned byBooleanQueryResultWriterRegistry.getInstance()
to get a factory for the specified format and uses this factory to create the appropriate writer.BooleanQueryResultWriter
BooleanQueryResultWriterFactory. getWriter(OutputStream out)
Returns aBooleanQueryResultWriter
instance that will write to the supplied output stream. -
Uses of BooleanQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqljson
Classes in org.eclipse.rdf4j.query.resultio.sparqljson that implement BooleanQueryResultWriter Modifier and Type Class Description class
SPARQLBooleanJSONWriter
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.Methods in org.eclipse.rdf4j.query.resultio.sparqljson that return BooleanQueryResultWriter Modifier and Type Method Description BooleanQueryResultWriter
SPARQLBooleanJSONWriterFactory. getWriter(OutputStream out)
Returns a new instance of SPARQLResultsJSONWriter. -
Uses of BooleanQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement BooleanQueryResultWriter Modifier and Type Class Description class
SPARQLBooleanXMLWriter
ABooleanQueryResultWriter
that writes boolean query results in the SPARQL Query Results XML Format.Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return BooleanQueryResultWriter Modifier and Type Method Description BooleanQueryResultWriter
SPARQLBooleanXMLWriterFactory. getWriter(OutputStream out)
Returns a new instance ofSPARQLBooleanXMLWriter
. -
Uses of BooleanQueryResultWriter in org.eclipse.rdf4j.query.resultio.text
Classes in org.eclipse.rdf4j.query.resultio.text that implement BooleanQueryResultWriter Modifier and Type Class Description class
BooleanTextWriter
Writer for the plain text boolean result format.Methods in org.eclipse.rdf4j.query.resultio.text that return BooleanQueryResultWriter Modifier and Type Method Description BooleanQueryResultWriter
BooleanTextWriterFactory. getWriter(OutputStream out)
Returns a new instance of BinaryQueryResultWriter.
-