Uses of Class
org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
Packages that use BooleanQueryResultFormat
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
-
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.http.client
Fields in org.eclipse.rdf4j.http.client declared as BooleanQueryResultFormatModifier and TypeFieldDescriptionprivate BooleanQueryResultFormat
SPARQLProtocolSession.preferredBQRFormat
Methods in org.eclipse.rdf4j.http.client that return BooleanQueryResultFormatModifier and TypeMethodDescriptionSPARQLProtocolSession.getPreferredBooleanQueryResultFormat()
Gets the preferredBooleanQueryResultFormat
for encoding boolean query results.Methods in org.eclipse.rdf4j.http.client with parameters of type BooleanQueryResultFormatModifier and TypeMethodDescriptionvoid
SPARQLProtocolSession.setPreferredBooleanQueryResultFormat
(BooleanQueryResultFormat format) Sets the preferred format for encoding boolean query results. -
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.query.resultio
Fields in org.eclipse.rdf4j.query.resultio declared as BooleanQueryResultFormatModifier and TypeFieldDescriptionstatic final BooleanQueryResultFormat
BooleanQueryResultFormat.JSON
SPARQL Query Results JSON Format.static final BooleanQueryResultFormat
BooleanQueryResultFormat.SPARQL
SPARQL Query Results XML Format.static final BooleanQueryResultFormat
BooleanQueryResultFormat.TEXT
Plain text encoding using values "true" and "false" (case-insensitive).Methods in org.eclipse.rdf4j.query.resultio that return BooleanQueryResultFormatModifier and TypeMethodDescriptionBooleanQueryResultParser.getBooleanQueryResultFormat()
Gets the query result format that this parser can parse.BooleanQueryResultParserFactory.getBooleanQueryResultFormat()
Returns the boolean query result format for this factory.BooleanQueryResultWriter.getBooleanQueryResultFormat()
Gets the query result format that this writer uses.BooleanQueryResultWriterFactory.getBooleanQueryResultFormat()
Returns the boolean query result format for this factory. -
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that return BooleanQueryResultFormatModifier and TypeMethodDescriptionSPARQLBooleanJSONParser.getBooleanQueryResultFormat()
SPARQLBooleanJSONParserFactory.getBooleanQueryResultFormat()
ReturnsJSON
.final BooleanQueryResultFormat
SPARQLBooleanJSONWriter.getBooleanQueryResultFormat()
SPARQLBooleanJSONWriterFactory.getBooleanQueryResultFormat()
ReturnsJSON
.final BooleanQueryResultFormat
SPARQLBooleanJSONWriter.getQueryResultFormat()
-
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return BooleanQueryResultFormatModifier and TypeMethodDescriptionSPARQLBooleanXMLParser.getBooleanQueryResultFormat()
SPARQLBooleanXMLParserFactory.getBooleanQueryResultFormat()
ReturnsSPARQL
.final BooleanQueryResultFormat
SPARQLBooleanXMLWriter.getBooleanQueryResultFormat()
SPARQLBooleanXMLWriterFactory.getBooleanQueryResultFormat()
ReturnsSPARQL
.final BooleanQueryResultFormat
SPARQLBooleanXMLWriter.getQueryResultFormat()
-
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.query.resultio.text
Methods in org.eclipse.rdf4j.query.resultio.text that return BooleanQueryResultFormatModifier and TypeMethodDescriptionfinal BooleanQueryResultFormat
BooleanTextParser.getBooleanQueryResultFormat()
BooleanTextParserFactory.getBooleanQueryResultFormat()
ReturnsTEXT
.final BooleanQueryResultFormat
BooleanTextWriter.getBooleanQueryResultFormat()
BooleanTextWriterFactory.getBooleanQueryResultFormat()
ReturnsTEXT
.final BooleanQueryResultFormat
BooleanTextWriter.getQueryResultFormat()