| Interface | Description |
|---|---|
| OutputFormatter |
Interface for all formatters of result sets.
|
| ResultSetPeekable |
Interfaces for result sets that allow peeking ahead
|
| ResultSetProcessor |
| Class | Description |
|---|---|
| CSVInput |
Convenient comma separated values - see also TSV (tab separated values)
which outputs full RDF terms (in Turtle-style).
|
| CSVInputIterator |
Class used to do streaming parsing of actual result rows from the CSV
|
| CSVOutput |
Convenient comma separated values - see also TSV (tab separated values)
which outputs full RDF terms (in Turtle-style).
|
| JSONInput | Deprecated
Use
ResultSetMgr.read |
| JSONOutput | Deprecated
Use
ResultSetMgr.write(??,??,ResultSetLang.SPARQLResultSetJSON) |
| OutputBase | |
| PlainFormat | |
| RDFInput | |
| RDFOutput | |
| ResultSetApply |
A class to walk a result set.
|
| ResultSetCompare |
Comparison of ResultSets.
|
| ResultSetCompare.BNodeIso | |
| ResultSetMem |
A result set held in-memory.
|
| ResultSetPeeking |
A wrapper around another result set that provides peek capabilities
|
| ResultSetWrapper |
Wrap another
ResultSet (probably to modify operations on it). |
| ResultsFormat | |
| SPARQLResult |
The class "ResultSet" is reserved for the SELECT result format.
|
| TextOutput |
Takes a ResultSet object and creates displayable formatted output in plain text.
|
| TSVInput |
Input reader associated to
TSVOutput. |
| TSVInputIterator |
Class used to do streaming parsing of actual result rows from the TSV
|
| TSVOutput |
Tab Separated Values.
|
| XMLInput | Deprecated
Use
ResultSetMgr.read |
| XMLOutput |
| Exception | Description |
|---|---|
| ResultSetException |
Licenced under the Apache License, Version 2.0