Modifier and Type | Method and Description |
---|---|
protected void |
TupleAndGraphQueryEvaluator.evaluateBooleanQuery(QueryLanguage queryLn,
String queryString,
QueryResultWriter writer)
Evaluate a boolean SPARQL or SERQL query
|
protected void |
TupleAndGraphQueryEvaluator.evaluateTupleQuery(QueryLanguage queryLn,
String queryString,
QueryResultWriter writer)
Evaluate SPARQL or SERQL tuple query and send the output to a writer.
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleQueryResultWriter
Write query results to console
|
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 |
AbstractQueryResultWriter
Base class for
QueryResultWriter s offering common functionality for query result writers. |
class |
QueryResultWriterBase
Deprecated.
since 2.0. Use
AbstractQueryResultWriter instead. |
Modifier and Type | Method and Description |
---|---|
static QueryResultWriter |
QueryResultIO.createWriter(QueryResultFormat format,
OutputStream out)
Convenience methods for creating QueryResultWriter objects.This method uses the registry returned by
TupleQueryResultWriterRegistry.getInstance() to get a factory for the specified format and uses this
factory to create the appropriate writer. |
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 |
SPARQLStarResultsJSONWriter
Writer for SPARQL* JSON results.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLStarResultsTSVWriter
Writer for SPARQL* TSV results.
|
Modifier and Type | Method and Description |
---|---|
protected QueryResultWriter |
AbstractServlet.checkJSONP(javax.servlet.http.HttpServletRequest req,
OutputStream outputStream) |
protected QueryResultWriter |
AbstractServlet.getResultWriter(javax.servlet.http.HttpServletRequest req,
javax.servlet.ServletResponse resp,
OutputStream outputStream) |
Constructor and Description |
---|
TupleResultBuilder(QueryResultWriter writer,
ValueFactory valueFactory) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.