| Package | Description | 
|---|---|
| org.eclipse.rdf4j.query.impl | |
| org.eclipse.rdf4j.query.parser | |
| org.eclipse.rdf4j.query.parser.impl | |
| org.eclipse.rdf4j.query.parser.serql | The 
        SeRQL
         query engine. | 
| org.eclipse.rdf4j.query.parser.sparql | The rdf4j SPARQL 1.1 parser. | 
| org.eclipse.rdf4j.queryrender | This package contains classes for working with RDF4J query objects. | 
| org.eclipse.rdf4j.queryrender.builder | This package is deprecated. | 
| org.eclipse.rdf4j.queryrender.serql | |
| org.eclipse.rdf4j.queryrender.sparql | |
| org.eclipse.rdf4j.repository.sail | Repository implementation for local RDF databases that implement the SAIL SPI. | 
| org.eclipse.rdf4j.sail | RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases. | 
| org.eclipse.rdf4j.spin | 
 See discussion at https://github.com/eclipse/rdf4j/issues/1262 | 
| org.eclipse.rdf4j.spin.function | Core functions required for SPIN. | 
| Modifier and Type | Method and Description | 
|---|---|
| ParsedQuery | AbstractParserQuery. getParsedQuery() | 
| Constructor and Description | 
|---|
| AbstractParserQuery(ParsedQuery parsedQuery) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ParsedBooleanQueryA query formulated in the OpenRDF query algebra that produces a boolean value as its result. | 
| class  | ParsedDescribeQueryA ParsedGraphQuery to identify DESCRIBE queries. | 
| class  | ParsedGraphQueryA query forumalated in the OpenRDF query algebra that produces an RDF graph (a set of statements) as its result. | 
| class  | ParsedTupleQueryA query formulated in the OpenRDF query algebra that produces a set of tuples as its result. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ParsedQuery | QueryParserUtil. parseQuery(QueryLanguage ql,
          String query,
          String baseURI)Parses the supplied query into a query model. | 
| ParsedQuery | QueryParser. parseQuery(String queryStr,
          String baseURI) | 
| Modifier and Type | Method and Description | 
|---|---|
| ParsedQuery | AbstractParserQuery. getParsedQuery() | 
| Constructor and Description | 
|---|
| AbstractParserQuery(ParsedQuery parsedQuery) | 
| Modifier and Type | Method and Description | 
|---|---|
| ParsedQuery | SeRQLParser. parseQuery(String queryStr,
          String baseURI) | 
| Modifier and Type | Method and Description | 
|---|---|
| ParsedQuery | SPARQLParser. parseQuery(String queryStr,
          String baseURI) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | QueryRenderer. render(ParsedQuery theQuery)Render the query object to a string in the language supported by this renderer | 
| String | BaseTupleExprRenderer. render(ParsedQuery theQuery)Render the ParsedQuery as a query string | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractQueryBuilder<T extends ParsedQuery>Deprecated. 
 use  SparqlBuilderinstead. | 
| class  | FilterBuilder<T extends ParsedQuery,E extends SupportsGroups>Deprecated. 
 use  SparqlBuilderinstead. | 
| class  | GroupBuilder<T extends ParsedQuery,E extends SupportsGroups>Deprecated. 
 use  SparqlBuilderinstead. | 
| interface  | QueryBuilder<T extends ParsedQuery>Deprecated. 
 use  SparqlBuilderinstead. | 
| class  | UnionBuilder<T extends ParsedQuery,E extends SupportsGroups>Deprecated. 
 use  SparqlBuilderinstead. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | SeRQLQueryRenderer. render(ParsedQuery theQuery) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | SPARQLQueryRenderer. render(ParsedQuery theQuery) | 
| Constructor and Description | 
|---|
| SailQuery(ParsedQuery parsedQuery,
         SailRepositoryConnection con) | 
| Constructor and Description | 
|---|
| SailConnectionQuery(ParsedQuery parsedQuery,
                   SailConnection con) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ParsedBooleanTemplate | 
| class  | ParsedGraphTemplate | 
| class  | ParsedTupleTemplate | 
| Modifier and Type | Method and Description | 
|---|---|
| ParsedQuery | SpinParser. parseQuery(Resource queryResource,
          TripleSource store) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpinRenderer. render(ParsedQuery query,
      RDFHandler handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| ParsedQuery | SpinTupleFunction. getParsedQuery() | 
| ParsedQuery | SpinFunction. getParsedQuery() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpinTupleFunction. setParsedQuery(ParsedQuery query) | 
| void | SpinFunction. setParsedQuery(ParsedQuery query) | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.