All Classes and Interfaces

Class
Description
Compares QueryParseExceptions by their line and column number.
 
 
 
 
 
 
 
 
 
 
 
Wraps a generic statement parser as a specific query parser
A wrapper for a sparql query parser that allows omitting the SELECT keyword.
Extension of SPARQLResult (inception Jena 3.8.0) to add result types for iterators of triples / quads and update statements.
 
Print non-quad results by default to stderr
 
TODO We probably need a high level result visitor for result types such as Model, ResultSet, Json, and a low level - or streaming - result processor for quads, bindings, etc The streaming part can be based on StreamRDF
SparqlStmt is a unified interface for query and update statements.
 
An iterator over a string that holds a sequence of SPARQL queries; uses positions reported by parse exceptions to find the boundaries of queries.
 
 
Default implementation that delegates statement parsing to SparqlQueryParser and SparqlUpdateParser.
 
 
 
Class that captures SPARQL statement transforms based on Rewrite.
 
 
 
Utility methods for processing sources of SparqlStmts TODO Consolidate with SparqlStmtMgr
 
 
Wraps a generic statement parser as a specific update request parser