|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsupportedQueryLanguageException | |
|---|---|
| org.openrdf.query.parser | |
| Uses of UnsupportedQueryLanguageException in org.openrdf.query.parser |
|---|
| Methods in org.openrdf.query.parser that throw UnsupportedQueryLanguageException | |
|---|---|
static QueryParser |
QueryParserUtil.createParser(QueryLanguage ql)
|
static ParsedBooleanQuery |
QueryParserUtil.parseBooleanQuery(QueryLanguage ql,
String query,
String baseURI)
Parses the supplied query into a query model. |
static ParsedGraphQuery |
QueryParserUtil.parseGraphQuery(QueryLanguage ql,
String query,
String baseURI)
Parses the supplied query into a query model. |
static ParsedQuery |
QueryParserUtil.parseQuery(QueryLanguage ql,
String query,
String baseURI)
Parses the supplied query into a query model. |
static ParsedTupleQuery |
QueryParserUtil.parseTupleQuery(QueryLanguage ql,
String query,
String baseURI)
Parses the supplied query into a query model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||