| Package | Description |
|---|---|
| org.eclipse.rdf4j.query.resultio |
| 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 |
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.
|
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.