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 BooleanQueryResultFormat
SPARQLProtocolSession. preferredBQRFormat
Methods in org.eclipse.rdf4j.http.client that return BooleanQueryResultFormat Modifier and Type Method Description BooleanQueryResultFormat
SPARQLProtocolSession. getPreferredBooleanQueryResultFormat()
Gets the preferredBooleanQueryResultFormat
for encoding boolean query results.Methods in org.eclipse.rdf4j.http.client with parameters of type BooleanQueryResultFormat Modifier and Type Method Description void
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 BooleanQueryResultFormat Modifier and Type Field Description static BooleanQueryResultFormat
BooleanQueryResultFormat. JSON
SPARQL Query Results JSON Format.static BooleanQueryResultFormat
BooleanQueryResultFormat. SPARQL
SPARQL Query Results XML Format.static BooleanQueryResultFormat
BooleanQueryResultFormat. TEXT
Plain text encoding using values "true" and "false" (case-insensitive).Methods in org.eclipse.rdf4j.query.resultio that return BooleanQueryResultFormat Modifier and Type Method Description BooleanQueryResultFormat
BooleanQueryResultParser. getBooleanQueryResultFormat()
Gets the query result format that this parser can parse.BooleanQueryResultFormat
BooleanQueryResultParserFactory. getBooleanQueryResultFormat()
Returns the boolean query result format for this factory.BooleanQueryResultFormat
BooleanQueryResultWriter. getBooleanQueryResultFormat()
Gets the query result format that this writer uses.BooleanQueryResultFormat
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 BooleanQueryResultFormat Modifier and Type Method Description BooleanQueryResultFormat
SPARQLBooleanJSONParser. getBooleanQueryResultFormat()
BooleanQueryResultFormat
SPARQLBooleanJSONParserFactory. getBooleanQueryResultFormat()
ReturnsJSON
.BooleanQueryResultFormat
SPARQLBooleanJSONWriter. getBooleanQueryResultFormat()
BooleanQueryResultFormat
SPARQLBooleanJSONWriterFactory. getBooleanQueryResultFormat()
ReturnsJSON
.BooleanQueryResultFormat
SPARQLBooleanJSONWriter. 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 BooleanQueryResultFormat
SPARQLBooleanXMLParser. getBooleanQueryResultFormat()
BooleanQueryResultFormat
SPARQLBooleanXMLParserFactory. getBooleanQueryResultFormat()
ReturnsSPARQL
.BooleanQueryResultFormat
SPARQLBooleanXMLWriter. getBooleanQueryResultFormat()
BooleanQueryResultFormat
SPARQLBooleanXMLWriterFactory. getBooleanQueryResultFormat()
ReturnsSPARQL
.BooleanQueryResultFormat
SPARQLBooleanXMLWriter. 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 BooleanQueryResultFormat
BooleanTextParser. getBooleanQueryResultFormat()
BooleanQueryResultFormat
BooleanTextParserFactory. getBooleanQueryResultFormat()
ReturnsTEXT
.BooleanQueryResultFormat
BooleanTextWriter. getBooleanQueryResultFormat()
BooleanQueryResultFormat
BooleanTextWriterFactory. getBooleanQueryResultFormat()
ReturnsTEXT
.BooleanQueryResultFormat
BooleanTextWriter. getQueryResultFormat()
-