| 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) |
Copyright © 2001-2014 Aduna. All Rights Reserved.