Uses of Class
se.liu.ida.hefquin.engine.IllegalQueryException
Packages that use IllegalQueryException
- 
Uses of IllegalQueryException in se.liu.ida.hefquin.engine
Methods in se.liu.ida.hefquin.engine that throw IllegalQueryExceptionModifier and TypeMethodDescriptiondefault Pair<QueryProcStats, List<Exception>> 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).default Pair<QueryProcStats, List<Exception>> 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).default Pair<QueryProcStats, List<Exception>> 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 voidValuesServiceQueryResolver.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.