Uses of Class
org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
-
Packages that use BooleanQueryResultFormat Package Description org.eclipse.rdf4j.http.client 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 BooleanQueryResultFormat in org.eclipse.rdf4j.http.client
Fields in org.eclipse.rdf4j.http.client declared as BooleanQueryResultFormat Modifier and Type Field Description private BooleanQueryResultFormatSPARQLProtocolSession. preferredBQRFormatMethods in org.eclipse.rdf4j.http.client that return BooleanQueryResultFormat Modifier and Type Method Description BooleanQueryResultFormatSPARQLProtocolSession. getPreferredBooleanQueryResultFormat()Gets the preferredBooleanQueryResultFormatfor encoding boolean query results.Methods in org.eclipse.rdf4j.http.client with parameters of type BooleanQueryResultFormat Modifier and Type Method Description voidSPARQLProtocolSession. 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 BooleanQueryResultFormat Modifier and Type Field Description static BooleanQueryResultFormatBooleanQueryResultFormat. JSONSPARQL Query Results JSON Format.static BooleanQueryResultFormatBooleanQueryResultFormat. SPARQLSPARQL Query Results XML Format.static BooleanQueryResultFormatBooleanQueryResultFormat. TEXTPlain text encoding using values "true" and "false" (case-insensitive).Methods in org.eclipse.rdf4j.query.resultio that return BooleanQueryResultFormat Modifier and Type Method Description BooleanQueryResultFormatBooleanQueryResultParser. getBooleanQueryResultFormat()Gets the query result format that this parser can parse.BooleanQueryResultFormatBooleanQueryResultParserFactory. getBooleanQueryResultFormat()Returns the boolean query result format for this factory.BooleanQueryResultFormatBooleanQueryResultWriter. getBooleanQueryResultFormat()Gets the query result format that this writer uses.BooleanQueryResultFormatBooleanQueryResultWriterFactory. 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 BooleanQueryResultFormat Modifier and Type Method Description BooleanQueryResultFormatSPARQLBooleanJSONParser. getBooleanQueryResultFormat()BooleanQueryResultFormatSPARQLBooleanJSONParserFactory. getBooleanQueryResultFormat()ReturnsJSON.BooleanQueryResultFormatSPARQLBooleanJSONWriter. getBooleanQueryResultFormat()BooleanQueryResultFormatSPARQLBooleanJSONWriterFactory. getBooleanQueryResultFormat()ReturnsJSON.BooleanQueryResultFormatSPARQLBooleanJSONWriter. getQueryResultFormat() -
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return BooleanQueryResultFormat Modifier and Type Method Description BooleanQueryResultFormatSPARQLBooleanXMLParser. getBooleanQueryResultFormat()BooleanQueryResultFormatSPARQLBooleanXMLParserFactory. getBooleanQueryResultFormat()ReturnsSPARQL.BooleanQueryResultFormatSPARQLBooleanXMLWriter. getBooleanQueryResultFormat()BooleanQueryResultFormatSPARQLBooleanXMLWriterFactory. getBooleanQueryResultFormat()ReturnsSPARQL.BooleanQueryResultFormatSPARQLBooleanXMLWriter. getQueryResultFormat() -
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.query.resultio.text
Methods in org.eclipse.rdf4j.query.resultio.text that return BooleanQueryResultFormat Modifier and Type Method Description BooleanQueryResultFormatBooleanTextParser. getBooleanQueryResultFormat()BooleanQueryResultFormatBooleanTextParserFactory. getBooleanQueryResultFormat()ReturnsTEXT.BooleanQueryResultFormatBooleanTextWriter. getBooleanQueryResultFormat()BooleanQueryResultFormatBooleanTextWriterFactory. getBooleanQueryResultFormat()ReturnsTEXT.BooleanQueryResultFormatBooleanTextWriter. getQueryResultFormat()
-