Uses of Class
org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
-
Packages that use BooleanQueryResultFormat Package Description org.eclipse.rdf4j.query.resultio -
-
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.
-