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 Format
|
org.eclipse.rdf4j.query.resultio.sparqlxml |
Parsers and writers for the
SPARQL Query Results XML Format
|
org.eclipse.rdf4j.query.resultio.text |
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultFormat |
SPARQLProtocolSession.getPreferredBooleanQueryResultFormat()
Gets the preferred
BooleanQueryResultFormat for encoding boolean query results. |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLProtocolSession.setPreferredBooleanQueryResultFormat(BooleanQueryResultFormat format)
Sets the preferred format for encoding boolean query results.
|
Modifier and Type | Field and 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).
|
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultFormat |
BooleanQueryResultWriterFactory.getBooleanQueryResultFormat()
Returns the boolean query result format for this factory.
|
BooleanQueryResultFormat |
BooleanQueryResultWriter.getBooleanQueryResultFormat()
Gets the query result format that this writer uses.
|
BooleanQueryResultFormat |
BooleanQueryResultParserFactory.getBooleanQueryResultFormat()
Returns the boolean query result format for this factory.
|
BooleanQueryResultFormat |
BooleanQueryResultParser.getBooleanQueryResultFormat()
Gets the query result format that this parser can parse.
|
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultFormat |
SPARQLBooleanJSONWriterFactory.getBooleanQueryResultFormat()
Returns
JSON . |
BooleanQueryResultFormat |
SPARQLBooleanJSONWriter.getBooleanQueryResultFormat() |
BooleanQueryResultFormat |
SPARQLBooleanJSONParserFactory.getBooleanQueryResultFormat()
Returns
JSON . |
BooleanQueryResultFormat |
SPARQLBooleanJSONParser.getBooleanQueryResultFormat() |
BooleanQueryResultFormat |
SPARQLBooleanJSONWriter.getQueryResultFormat() |
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultFormat |
SPARQLBooleanXMLWriterFactory.getBooleanQueryResultFormat()
Returns
SPARQL . |
BooleanQueryResultFormat |
SPARQLBooleanXMLWriter.getBooleanQueryResultFormat() |
BooleanQueryResultFormat |
SPARQLBooleanXMLParserFactory.getBooleanQueryResultFormat()
Returns
SPARQL . |
BooleanQueryResultFormat |
SPARQLBooleanXMLParser.getBooleanQueryResultFormat() |
BooleanQueryResultFormat |
SPARQLBooleanXMLWriter.getQueryResultFormat() |
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultFormat |
BooleanTextWriterFactory.getBooleanQueryResultFormat()
Returns
TEXT . |
BooleanQueryResultFormat |
BooleanTextWriter.getBooleanQueryResultFormat() |
BooleanQueryResultFormat |
BooleanTextParserFactory.getBooleanQueryResultFormat()
Returns
TEXT . |
BooleanQueryResultFormat |
BooleanTextParser.getBooleanQueryResultFormat() |
BooleanQueryResultFormat |
BooleanTextWriter.getQueryResultFormat() |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.