| Interface | Description |
|---|---|
| GraphStore | |
| JavaCCGeneratedSparqlPreParserConstants |
Token literal values and constants.
|
| QueryEngine |
A QueryEngine can process SPARQL queries against an arbitrary set of graphs.
|
| ResultSet |
The reult of a sparql SELECT-query.
|
| SolutionMapping |
A set of mapping from variable names to solutions.
|
| Class | Description |
|---|---|
| JavaCCGeneratedSparqlPreParserTokenManager |
Token Manager.
|
| QueryParser |
This class implements an OSGi service to provide a method to parse a
SPARQL query and generate a
Query object. |
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| SparqlPreParser |
This class implements an OSGi service to provide a method to obtain referred Graphs in a SPARQL Query or Update.
|
| StringQuerySerializer | |
| Token |
Describes the input token stream.
|
| Exception | Description |
|---|---|
| NoQueryEngineException |
Indicates that there is no available query engine for resolving a query.
|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Error | Description |
|---|---|
| TokenMgrError |
Token Manager Error.
|
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.