Package | Description |
---|---|
org.openrdf.query.parser | |
org.openrdf.query.parser.serql |
The SeRQL query engine.
|
org.openrdf.query.parser.sparql |
The SPARQL query engine.
|
org.openrdf.queryrender |
This package contains classes for working with OpenRDF query objects.
|
org.openrdf.queryrender.builder | |
org.openrdf.queryrender.serql | |
org.openrdf.queryrender.sparql | |
org.openrdf.repository.sail |
Repository implementation for local storage backends.
|
Modifier and Type | Class and Description |
---|---|
class |
ParsedBooleanQuery
A query formulated in the OpenRDF query algebra that produces a boolean value
as its result.
|
class |
ParsedGraphQuery
A query forumalated in the OpenRDF query algebra that produces an RDF graph
(a set of statements) as its result.
|
class |
ParsedTupleQuery
A 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 |
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>
Base implementation of a QueryBuilder.
|
class |
FilterBuilder<T extends ParsedQuery,E extends SupportsGroups>
Builder class for creating a filter expression in a query.
|
class |
GroupBuilder<T extends ParsedQuery,E extends SupportsGroups>
Builder for creating a grouped set of query atoms and filters in a query.
|
interface |
QueryBuilder<T extends ParsedQuery>
Interface for a QueryBuilder which provides a simple fluent API for
constructing Sesame query object programmatically.
|
class |
UnionBuilder<T extends ParsedQuery,E extends SupportsGroups>
Builder class for creating Unioned groups
|
Modifier and Type | Method and Description |
---|---|
String |
SeRQLQueryRenderer.render(ParsedQuery theQuery) |
Modifier and Type | Method and Description |
---|---|
String |
SPARQLQueryRenderer.render(ParsedQuery theQuery) |
Modifier and Type | Method and Description |
---|---|
ParsedQuery |
SailQuery.getParsedQuery() |
Constructor and Description |
---|
SailQuery(ParsedQuery parsedQuery,
SailRepositoryConnection con) |
Copyright © 2001-2016 Aduna. All Rights Reserved.