Package | Description |
---|---|
org.eclipse.rdf4j.console.util | |
org.eclipse.rdf4j.query |
Interfaces and classes for handling queries and query results.
|
org.eclipse.rdf4j.query.dawg |
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
|
org.eclipse.rdf4j.query.resultio | |
org.eclipse.rdf4j.query.resultio.binary | |
org.eclipse.rdf4j.query.resultio.helpers | |
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 | |
org.eclipse.rdf4j.query.resultio.text.csv | |
org.eclipse.rdf4j.query.resultio.text.tsv |
Modifier and Type | Method and Description |
---|---|
void |
ConsoleQueryResultWriter.endHeader() |
void |
ConsoleQueryResultWriter.handleBoolean(boolean value) |
void |
ConsoleQueryResultWriter.handleLinks(List<String> linkUrls) |
void |
ConsoleRDFWriter.handleNamespace(String prefix,
String uri) |
void |
ConsoleQueryResultWriter.handleNamespace(String prefix,
String uri) |
void |
ConsoleQueryResultWriter.handleStylesheet(String stylesheetUrl) |
void |
ConsoleQueryResultWriter.startDocument() |
void |
ConsoleQueryResultWriter.startHeader() |
Modifier and Type | Class and Description |
---|---|
class |
BooleanQueryResultHandlerException
An exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.
|
class |
TupleQueryResultHandlerException
An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResultHandler.handleBoolean(boolean value)
Handles the specified boolean value.
|
void |
AbstractTupleQueryResultHandler.handleBoolean(boolean value) |
void |
QueryResultHandler.handleLinks(List<String> linkUrls)
Handles the links elements which are present in SPARQL Results JSON and SPARQL Results XML documents in the
header.
|
void |
AbstractTupleQueryResultHandler.handleLinks(List<String> linkUrls) |
Modifier and Type | Method and Description |
---|---|
void |
DAWGTestResultSetWriter.handleBoolean(boolean value) |
void |
DAWGTestResultSetWriter.handleLinks(List<String> linkUrls) |
Modifier and Type | Method and Description |
---|---|
void |
QueryResultWriter.endHeader()
Indicates the end of the header.
|
void |
QueryResultWriter.handleNamespace(String prefix,
String uri)
Handles a namespace prefix declaration.
|
void |
QueryResultWriter.handleStylesheet(String stylesheetUrl)
Handles a stylesheet URL.
|
void |
QueryResultParser.parseQueryResult(InputStream in)
Parse the query results out of the given
InputStream into the handler setup using
QueryResultParser.setQueryResultHandler(QueryResultHandler) . |
void |
AbstractTupleQueryResultParser.parseQueryResult(InputStream in) |
void |
QueryResultWriter.startDocument()
Indicates the start of the document.
|
void |
QueryResultWriter.startHeader()
Indicates the start of the header.
|
static void |
QueryResultIO.writeBoolean(boolean value,
QueryResultFormat format,
OutputStream out)
Writes a boolean query result document in a specific boolean query result format to an output stream.
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryQueryResultWriter.endHeader() |
void |
BinaryQueryResultWriter.handleBoolean(boolean value) |
void |
BinaryQueryResultWriter.handleLinks(List<String> linkUrls) |
void |
BinaryQueryResultWriter.handleNamespace(String prefix,
String uri) |
void |
BinaryQueryResultWriter.handleStylesheet(String stylesheetUrl) |
void |
BinaryQueryResultWriter.startHeader() |
Modifier and Type | Method and Description |
---|---|
List<String> |
QueryResultCollector.getBindingNames()
Returns a collection of binding names collected.
|
List<BindingSet> |
QueryResultCollector.getBindingSets() |
boolean |
QueryResultCollector.getBoolean()
If
QueryResultCollector.getHandledBoolean() returns true this method returns the boolean that was last found using
QueryResultCollector.handleBoolean(boolean) |
void |
QueryResultCollector.handleBoolean(boolean value) |
void |
BackgroundTupleResult.handleBoolean(boolean value) |
void |
QueryResultCollector.handleLinks(List<String> linkUrls) |
void |
BackgroundTupleResult.handleLinks(List<String> linkUrls) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSPARQLJSONParser.parseQueryResult(InputStream in) |
protected boolean |
AbstractSPARQLJSONParser.parseQueryResultInternal(InputStream in,
boolean attemptParseBoolean,
boolean attemptParseTuple) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSPARQLXMLParser.parseQueryResult(InputStream in) |
protected boolean |
AbstractSPARQLXMLParser.parseQueryResultInternal(InputStream in,
boolean attemptParseBoolean,
boolean attemptParseTuple) |
Modifier and Type | Method and Description |
---|---|
void |
BooleanTextWriter.endHeader() |
void |
BooleanTextWriter.handleBoolean(boolean value) |
void |
BooleanTextWriter.handleLinks(List<String> linkUrls) |
void |
BooleanTextWriter.handleNamespace(String prefix,
String uri) |
void |
BooleanTextWriter.handleStylesheet(String stylesheetUrl) |
void |
BooleanTextParser.parseQueryResult(InputStream in) |
void |
BooleanTextWriter.startDocument() |
void |
BooleanTextWriter.startHeader() |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLResultsCSVWriter.endHeader() |
void |
SPARQLResultsCSVWriter.handleBoolean(boolean value) |
void |
SPARQLResultsCSVWriter.handleLinks(List<String> linkUrls) |
void |
SPARQLResultsCSVWriter.handleNamespace(String prefix,
String uri) |
void |
SPARQLResultsCSVWriter.handleStylesheet(String stylesheetUrl) |
void |
SPARQLResultsCSVWriter.startDocument() |
void |
SPARQLResultsCSVWriter.startHeader() |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLResultsTSVWriter.handleBoolean(boolean value) |
void |
SPARQLResultsTSVWriter.handleNamespace(String prefix,
String uri) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.