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 BooleanQueryResultFormatSPARQLProtocolSession.preferredBQRFormatMethods in org.eclipse.rdf4j.http.client that return BooleanQueryResultFormatModifier and TypeMethodDescriptionSPARQLProtocolSession.getPreferredBooleanQueryResultFormat()Gets the preferredBooleanQueryResultFormatfor encoding boolean query results.Methods in org.eclipse.rdf4j.http.client with parameters of type BooleanQueryResultFormatModifier and TypeMethodDescriptionvoidSPARQLProtocolSession.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 BooleanQueryResultFormatBooleanQueryResultFormat.JSONSPARQL Query Results JSON Format.static final BooleanQueryResultFormatBooleanQueryResultFormat.SPARQLSPARQL Query Results XML Format.static final BooleanQueryResultFormatBooleanQueryResultFormat.TEXTPlain 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()ReturnsBooleanQueryResultFormat.JSON.final BooleanQueryResultFormatSPARQLBooleanJSONWriter.getBooleanQueryResultFormat()SPARQLBooleanJSONWriterFactory.getBooleanQueryResultFormat()ReturnsBooleanQueryResultFormat.JSON.final BooleanQueryResultFormatSPARQLBooleanJSONWriter.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()ReturnsBooleanQueryResultFormat.SPARQL.final BooleanQueryResultFormatSPARQLBooleanXMLWriter.getBooleanQueryResultFormat()SPARQLBooleanXMLWriterFactory.getBooleanQueryResultFormat()ReturnsBooleanQueryResultFormat.SPARQL.final BooleanQueryResultFormatSPARQLBooleanXMLWriter.getQueryResultFormat() -
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.query.resultio.text
Methods in org.eclipse.rdf4j.query.resultio.text that return BooleanQueryResultFormatModifier and TypeMethodDescriptionfinal BooleanQueryResultFormatBooleanTextParser.getBooleanQueryResultFormat()BooleanTextParserFactory.getBooleanQueryResultFormat()ReturnsBooleanQueryResultFormat.TEXT.final BooleanQueryResultFormatBooleanTextWriter.getBooleanQueryResultFormat()BooleanTextWriterFactory.getBooleanQueryResultFormat()ReturnsBooleanQueryResultFormat.TEXT.final BooleanQueryResultFormatBooleanTextWriter.getQueryResultFormat()