Uses of Class
se.liu.ida.hefquin.engine.UnsupportedQueryException

Packages that use UnsupportedQueryException
Package
Description
 
  • Uses of UnsupportedQueryException in se.liu.ida.hefquin.engine

    Modifier and Type
    Method
    Description
    HeFQUINEngine.executeQuery(org.apache.jena.query.Query query)
    Executes the given query, prints the result in text format to stdout, and returns a statistics collected during the query execution process, together with a list of exception that were caught during query execution (if any).
    HeFQUINEngine.executeQuery(org.apache.jena.query.Query query, PrintStream output)
    Executes the given query, prints the result in text format to the given output, and returns a statistics collected during the query execution process, together with a list of exception that were caught during query execution (if any).
    HeFQUINEngine.executeQuery(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat)
    Executes the given query, prints the result to stdout (in the given format), and returns a statistics collected during the query execution process, together with a list of exception that were caught during query execution (if any).
    HeFQUINEngine.executeQuery(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat, PrintStream output)
    Executes the given query, prints the result to the given output (in the given format), and returns a statistics collected during the query execution process, together with a list of exception that were caught during query execution (if any).
    HeFQUINEngineImpl.executeQuery(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat, PrintStream output)
     
    static void
    ValuesServiceQueryResolver.expandValuesPlusServicePattern(org.apache.jena.query.Query q)
    If the WHERE clause of the given query is of a form that should be rewritten, then this method replaces the WHERE clause of the query by the rewritten one.