Uses of Class
org.openrdf.query.UnsupportedQueryLanguageException

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.
 



Copyright © 2001-2009 Aduna. All Rights Reserved.