Package | Description |
---|---|
org.openrdf.query.resultio | |
org.openrdf.query.resultio.binary | |
org.openrdf.query.resultio.sparqljson |
A writer for the SPARQL Query Results JSON Format
|
org.openrdf.query.resultio.sparqlxml |
Parsers and writers for the SPARQL Query Results XML Format
|
org.openrdf.query.resultio.text | |
org.openrdf.query.resultio.text.csv | |
org.openrdf.query.resultio.text.tsv |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanQueryResultWriter
The interface of objects that writer query results in a specific query result
format.
|
interface |
TupleQueryResultWriter
The interface of objects that writer query results in a specific query result
format.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryResultWriterBase
Base class for
QueryResultWriter s offering common functionality for
query result writers. |
Modifier and Type | Method and Description |
---|---|
static QueryResultWriter |
QueryResultIO.createWriter(QueryResultFormat format,
OutputStream out)
Convenience methods for creating QueryResultWriter objects.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryQueryResultWriter
Writer for the binary tuple result format.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanJSONWriter
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON
Format.
|
class |
SPARQLResultsJSONWriter
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON
Format.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanXMLWriter
A
BooleanQueryResultWriter that writes boolean query results in the
SPARQL Query Results XML
Format. |
class |
SPARQLResultsXMLWriter
A
TupleQueryResultWriter that writes tuple query results in the SPARQL Query Results XML
Format. |
Modifier and Type | Class and Description |
---|---|
class |
BooleanTextWriter
Writer for the plain text boolean result format.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsCSVWriter
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsTSVWriter
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.
|
Copyright © 2001–2017 Aduna. All rights reserved.